We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edeed71 commit 31b23f5Copy full SHA for 31b23f5
.github/workflows/reusable-smoke-test.yml
@@ -33,7 +33,7 @@ jobs:
33
timeout-minutes: 1
34
35
steps:
36
- - name: Fail on PRs against illegal branches
+ - name: Fail on PRs against illegal branches (`${{ github.base_ref }}`)
37
if: >-
38
github.event_name == 'pull_request'
39
&& github.base_ref != github.event.repository.default_branch
0 commit comments