Skip to content

Commit b7c538a

Browse files
Merge pull request #215 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 00a4964 + 28ab830 commit b7c538a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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