Skip to content

Commit 81b17fd

Browse files
committed
Fix invalid build workflow
1 parent 58bc464 commit 81b17fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/.github/workflows/build.yml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
if-no-files-found: error
6767

6868
test-mod:
69-
if: !inputs.skip_tests
69+
if: inputs.skip_tests != true
7070
needs: build-mod
7171
strategy:
7272
fail-fast: false

0 commit comments

Comments
 (0)