Skip to content

Commit bc08450

Browse files
chore: sync workflows
1 parent 58e31be commit bc08450

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
@@ -24,7 +24,7 @@ jobs:
2424
if: env.RUNNING1
2525
with:
2626
CONFIG_FILENAME: workflow-settings.json
27-
- uses: technote-space/auto-cancel-redundant-job@v1
27+
- uses: technote-space/auto-cancel-redundant-workflow@v1
2828
if: env.RUNNING1
2929
with:
3030
EXCLUDE_MERGED: 'true'

0 commit comments

Comments
 (0)