Skip to content

Commit b6412a3

Browse files
chore: never skip github actions workflows in main (#7169)
1 parent 4707ce8 commit b6412a3

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' || github.ref == 'refs/heads/main'}}
2121
strategy:
2222
fail-fast: false
2323
matrix:

0 commit comments

Comments
 (0)