Skip to content

Commit

Permalink
Add PR to job name
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed May 23, 2024
1 parent d49c66f commit 37c7832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
branches:
- 'main'

run-name: Run acceptance tests::Ref=${{ github.event_name == 'pull_request' && github.ref_name || inputs.test-ref }}
run-name: Run acceptance tests::Ref=${{ github.event_name == 'pull_request' && 'PR ' + github.ref_name || inputs.test-ref }}

env:
TIMEOUT_LENGTH: 120000
Expand Down

0 comments on commit 37c7832

Please sign in to comment.