Skip to content

Commit

Permalink
chore: never skip github actions workflows in main (#7169)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey committed Apr 7, 2021
1 parent 4707ce8 commit b6412a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
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' || github.ref == 'refs/heads/main'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b6412a3

Please sign in to comment.