Skip to content

Commit bdf1016

Browse files
committed
🧪 Log base_ref @ GHA runs for PRs
1 parent 18091ae commit bdf1016

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
timeout-minutes: 1
3434

3535
steps:
36+
- name: Fail on PRs against illegal branches
37+
if: github.event_name == 'pull_request'
38+
run: echo github.base_ref='"${{ github.base_ref }}"'
39+
3640
- name: Fail on PRs against illegal branches
3741
if: >-
3842
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)