Skip to content

Commit

Permalink
test: undo skip
Browse files Browse the repository at this point in the history
  • Loading branch information
adrums86 committed Jan 29, 2025
1 parent ff5dacd commit 5e00808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

ci:
needs: should-skip
if: ${{needs.should-skip.outputs.should-skip-job != 'true'}}
if: ${{needs.should-skip.outputs.should-skip-job == 'true'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 5e00808

Please sign in to comment.