File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 types :
99 - completed
1010 workflow_dispatch :
11- pull_request :
12- branches :
13- - main
1411
1512concurrency :
1613 group : ${{ github.workflow }}-${{ github.ref }}
1714 cancel-in-progress : true
1815
1916jobs :
2017 call-shared :
21- # Only run if the test workflow succeeded, or if triggered directly
18+ # Only run if the test workflow succeeded, or if triggered manually
2219 if : |
2320 (github.event_name == 'workflow_run' && github.event.workflow_run.conclusion == 'success') ||
24- github.event_name == 'workflow_dispatch' ||
25- github.event_name == 'pull_request'
21+ github.event_name == 'workflow_dispatch'
2622 uses : trustification/exhort-integration-tests/.github/workflows/integration.yml@main
2723 with :
2824 language : javascript
29- repo-url : ${{ github.event.pull_request.head.repo.full_name || github. repository }}
30- commit-sha : ${{ github.event.pull_request.head.sha || github.sha }}
25+ repo-url : ${{ github.repository }}
26+ commit-sha : ${{ github.event.workflow_run && github.event.workflow_run.head_sha || github.sha }}
You can’t perform that action at this time.
0 commit comments