File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88name : Pull request
99
1010on :
11- # pull_request:
12- push :
11+ pull_request :
1312 branches : [main]
1413
1514jobs :
Original file line number Diff line number Diff line change 88name : Push 1
99
1010on :
11- # push:
12- pull_request :
11+ push :
1312 branches : [main]
1413
1514jobs :
Original file line number Diff line number Diff line change 1- # After successful versioning, this
1+ # After successful versioning, this script runs various
2+ # parts of the push process
23name : Push 2
34
45on :
56 workflow_run :
67 workflows : ["Push 1"]
78 types : [completed]
8- workflow_dispatch :
99
1010jobs :
1111 lint :
1212 runs-on : ubuntu-latest
13- # if: ${{ github.event.workflow_run.conclusion == 'success' }}
13+ if : ${{ github.event.workflow_run.conclusion == 'success' }}
1414 name : Lint
1515 steps :
1616 - uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments