File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11on :
22 schedule :
3- - cron : 46 22 23 * *
3+ - cron : 53 17 22 * *
44 repository_dispatch :
55 types : [check-link]
66 workflow_dispatch :
1212 runs-on : ubuntu-latest
1313 timeout-minutes : 10
1414 steps :
15- - uses : technote-space/auto-cancel-redundant-job @v1
15+ - uses : technote-space/auto-cancel-redundant-workflow @v1
1616 with :
1717 EXCLUDE_MERGED : ' true'
1818 - name : Broken Link Check
Original file line number Diff line number Diff line change 1010 env :
1111 LINT : 1
1212 steps :
13- - uses : technote-space/auto-cancel-redundant-job @v1
13+ - uses : technote-space/auto-cancel-redundant-workflow @v1
1414 with :
1515 EXCLUDE_MERGED : ' true'
1616 - name : Set running flag
Original file line number Diff line number Diff line change 11on :
22 schedule :
3- - cron : 46 10 * * 2
3+ - cron : 12 12 * * 0
44 pull_request :
55 types : [opened, reopened, closed]
66 repository_dispatch :
2323 if : env.RUNNING1
2424 with :
2525 CONFIG_FILENAME : workflow-settings.json
26- - uses : technote-space/auto-cancel-redundant-job @v1
26+ - uses : technote-space/auto-cancel-redundant-workflow @v1
2727 if : env.RUNNING1
2828 with :
2929 EXCLUDE_MERGED : ' true'
You can’t perform that action at this time.
0 commit comments