We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
base_ref
1 parent 2c0c272 commit a431a23Copy full SHA for a431a23
.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.ref_name == github.event.repository.default_branch
+ && github.base_ref == github.event.repository.default_branch
40
run: exit 1
41
42
fail-fast:
0 commit comments