File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ name: Build node-fibers with prebuilt Node
22
33on :
44 workflow_dispatch :
5- push :
5+ workflow_run :
6+ workflows : ["Build Node"]
7+ types :
8+ - completed
69 branches :
710 - v22.21.1
811
912jobs :
1013 build-fibers :
14+ if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1115 strategy :
1216 matrix :
1317 include :
Original file line number Diff line number Diff line change @@ -2,12 +2,16 @@ name: Build node-packages with prebuilt Node
22
33on :
44 workflow_dispatch :
5- push :
5+ workflow_run :
6+ workflows : ["Build Node"]
7+ types :
8+ - completed
69 branches :
710 - v22.21.1
811
912jobs :
1013 build-packages :
14+ if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1115 strategy :
1216 matrix :
1317 include :
You can’t perform that action at this time.
0 commit comments