Skip to content

Commit

Permalink
schemeless check: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Flameopathic committed Feb 24, 2025
1 parent bf13e4e commit b746d15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
with:
extra-conf: |-
allow-import-from-derivation = ${{
startsWith(matrix.check.key, 'testbed-') &&
contains(matrix.check.key, '-schemeless') &&
startsWith(matrix.check.key, 'testbed:') &&
contains(matrix.check.key, ':schemeless') &&
'true' ||
'false'
}}
Expand Down

0 comments on commit b746d15

Please sign in to comment.