Skip to content

Commit

Permalink
Add more details.
Browse files Browse the repository at this point in the history
  • Loading branch information
jefchien committed Aug 6, 2024
1 parent ec390cb commit 9865686
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@

name: Run Integration Tests

run-name: >-
${{ github.event.workflow_run.pull_requests && format('{0} ({1})', github.event.workflow_run.pull_request[0].title, github.event.workflow_run.pull_request[0].id) || 'Test title' }}
on:
workflow_run:
workflows: [ Build Test Artifacts ]
types:
- completed

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
group: ${{ github.workflow }}-${{ github.event.workflow_run.head_branch }}
cancel-in-progress: true

jobs:
called-by:
runs-on: ubuntu-latest
steps:
- run: echo '${{ github.event.workflow_run.head_branch }} / ${{ github.event.workflow_run.head_sha }}'
succeed:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 9865686

Please sign in to comment.