Skip to content

Commit 6065217

Browse files
committed
Revert "🧪 Log base_ref @ GHA runs for PRs"
This reverts commit bdf1016.
1 parent bdf1016 commit 6065217

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ 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-
4036
- name: Fail on PRs against illegal branches
4137
if: >-
4238
github.event_name == 'pull_request' &&

0 commit comments

Comments
 (0)