Skip to content

Commit a431a23

Browse files
committed
🧪🚑 Fix base_ref use @ PR sanity check
1 parent 2c0c272 commit a431a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-smoke-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Fail on PRs against illegal branches
3737
if: >-
3838
github.event_name == 'pull_request'
39-
&& github.ref_name == github.event.repository.default_branch
39+
&& github.base_ref == github.event.repository.default_branch
4040
run: exit 1
4141

4242
fail-fast:

0 commit comments

Comments
 (0)