Skip to content

Commit 31b23f5

Browse files
committed
🧪 Render the job name in sanity step title
1 parent edeed71 commit 31b23f5

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
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 1
3434

3535
steps:
36-
- name: Fail on PRs against illegal branches
36+
- name: Fail on PRs against illegal branches (`${{ github.base_ref }}`)
3737
if: >-
3838
github.event_name == 'pull_request'
3939
&& github.base_ref != github.event.repository.default_branch

0 commit comments

Comments
 (0)