Skip to content

Commit 5e00808

Browse files
author
Adam Waldron
committed
test: undo skip
1 parent ff5dacd commit 5e00808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
ci:
1919
needs: should-skip
20-
if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
20+
if: ${{needs.should-skip.outputs.should-skip-job == 'true'}}
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)