File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed
Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: Child Workflow 1 - Tests
22
33on :
44 workflow_call :
5- secrets : inherit
65
76jobs :
87 run-tests :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Child Workflow 2 - Build & Security
22
33on :
44 workflow_call :
5- secrets : inherit
5+
66
77jobs :
88 build :
Original file line number Diff line number Diff line change @@ -15,12 +15,10 @@ jobs:
1515 run-tests :
1616 name : " Execute Test Suite"
1717 uses : ./.github/workflows/child-workflow-1.yml
18- secrets : inherit
1918
2019 run-build-security :
2120 name : " Execute Build & Security Checks"
2221 uses : ./.github/workflows/child-workflow-2.yml
23- secrets : inherit
2422
2523 # Parent workflow job that runs after both children complete
2624 collect-and-deploy :
You can’t perform that action at this time.
0 commit comments