We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a431a23 commit edeed71Copy full SHA for edeed71
.github/workflows/reusable-smoke-test.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Fail on PRs against illegal branches
37
if: >-
38
github.event_name == 'pull_request'
39
- && github.base_ref == github.event.repository.default_branch
+ && github.base_ref != github.event.repository.default_branch
40
run: exit 1
41
42
fail-fast:
0 commit comments