Skip to content

Commit 8468289

Browse files
authored
Update reuse-workflow-example.yaml
1 parent 43c8c70 commit 8468289

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/reuse-workflow-example.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,9 @@ on:
66
jobs:
77
workflowA-calls-workflowB:
88
uses: ./.github/workflows/reuse-workflow-output.yaml
9+
10+
job4:
11+
runs-on: ubuntu-latest
12+
needs: workflowA-calls-workflowB
13+
steps:
14+
- run: echo 'hello'

0 commit comments

Comments
 (0)