Skip to content

Commit

Permalink
Merge pull request #91 from technote-space/chore/chore-sync-workflows
Browse files Browse the repository at this point in the history
chore: sync workflows
  • Loading branch information
technote-space authored Nov 6, 2020
2 parents 2535a7c + a734bed commit 0dd374c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
- uses: technote-space/auto-cancel-redundant-workflow@v1
with:
EXCLUDE_MERGED: 'true'
- name: Broken Link Check
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
env:
LINT: 1
steps:
- uses: technote-space/auto-cancel-redundant-job@v1
- uses: technote-space/auto-cancel-redundant-workflow@v1
with:
EXCLUDE_MERGED: 'true'
- name: Set running flag
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
if: env.RUNNING1
with:
CONFIG_FILENAME: workflow-settings.json
- uses: technote-space/auto-cancel-redundant-job@v1
- uses: technote-space/auto-cancel-redundant-workflow@v1
if: env.RUNNING1
with:
EXCLUDE_MERGED: 'true'
Expand Down

0 comments on commit 0dd374c

Please sign in to comment.