Skip to content

Commit af79d21

Browse files
Merge pull request #9 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 332f67a + 4969608 commit af79d21

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/broken-link-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 46 22 23 * *
3+
- cron: 53 17 22 * *
44
repository_dispatch:
55
types: [check-link]
66
workflow_dispatch:
@@ -12,7 +12,7 @@ jobs:
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

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
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

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
on:
22
schedule:
3-
- cron: 46 10 * * 2
3+
- cron: 12 12 * * 0
44
pull_request:
55
types: [opened, reopened, closed]
66
repository_dispatch:
@@ -23,7 +23,7 @@ jobs:
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'

0 commit comments

Comments
 (0)