Skip to content

Commit

Permalink
workflows: update test-pr display title
Browse files Browse the repository at this point in the history
Display title is set to title of the PR that triggered original build

Signed-off-by: Milosz Wasilewski <[email protected]>
  • Loading branch information
mwasilew authored and ndechesne committed Jan 23, 2025
1 parent 4817d22 commit 79dad80
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-pr.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: Test PR build

run-name: "Tests triggered by PR: ${{ github.event.workflow_run.display_title }}"

on:
workflow_run:
workflows: ["Build on PR"]
Expand Down

0 comments on commit 79dad80

Please sign in to comment.