Skip to content

Commit 341b4d9

Browse files
committed
test
1 parent 3312d4b commit 341b4d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_a.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
echo "${{ github.workflow }}-a-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}"
1414
1515
call-b:
16-
uses: ./.github/workflows/workflow-b.yml
16+
uses: ./.github/workflows/test_b.yml
1717

1818
call-c:
19-
uses: ./.github/workflows/workflow-c.yml
19+
uses: ./.github/workflows/test_c.yml
2020

2121
wait-all-jobs:
2222
needs: [call-b, call-c]

0 commit comments

Comments
 (0)