Skip to content

Commit

Permalink
chore: never skip github actions workflows in main (videojs#7169)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonocasey authored and edirub committed Jun 8, 2023
1 parent dd72209 commit c4f4bf1
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' || github.ref == 'refs/heads/main'}}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit c4f4bf1

Please sign in to comment.