We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3312d4b commit 341b4d9Copy full SHA for 341b4d9
.github/workflows/test_a.yml
@@ -13,10 +13,10 @@ jobs:
13
echo "${{ github.workflow }}-a-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}"
14
15
call-b:
16
- uses: ./.github/workflows/workflow-b.yml
+ uses: ./.github/workflows/test_b.yml
17
18
call-c:
19
- uses: ./.github/workflows/workflow-c.yml
+ uses: ./.github/workflows/test_c.yml
20
21
wait-all-jobs:
22
needs: [call-b, call-c]
0 commit comments