File tree Expand file tree Collapse file tree 1 file changed +4
-22
lines changed
Expand file tree Collapse file tree 1 file changed +4
-22
lines changed Original file line number Diff line number Diff line change 1515 timeout-minutes : 3
1616
1717 steps :
18- - name : Cleanup Linux workflow
19- uses : styfle/cancel-workflow-action@0.2.0
18+ - name : Cleanup workflow
19+ uses : styfle/cancel-workflow-action@0.3.1
2020 with :
21- workflow_id : 685155
22- access_token : ${{ secrets.GITHUB_TOKEN }}
23-
24- - name : Cleanup macOS workflow
25- uses : styfle/cancel-workflow-action@0.2.0
26- with :
27- workflow_id : 685156
28- access_token : ${{ secrets.GITHUB_TOKEN }}
29-
30- - name : Cleanup Windows workflow
31- uses : styfle/cancel-workflow-action@0.2.0
32- with :
33- workflow_id : 685157
34- access_token : ${{ secrets.GITHUB_TOKEN }}
35-
36- - name : Cleanup Documentation workflow
37- uses : styfle/cancel-workflow-action@0.2.0
38- with :
39- workflow_id : 685153
40- access_token : ${{ secrets.GITHUB_TOKEN }}
21+ workflow_id : 685155, 685156, 685157, 685153
22+ access_token : ${{ secrets.GH_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments