Skip to content

Commit b33a259

Browse files
Merge pull request #47 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 3b7b90f + 59eb82a commit b33a259

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.github/workflows/add-release-tag.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- develop/v*
77
types: [closed]
88

9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.ref }}
11+
912
name: Add release tag
1013

1114
jobs:

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ on:
55
types: [check-link]
66
workflow_dispatch:
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
811
name: Broken Link Check
912
jobs:
1013
check:
1114
name: Broken Link Check
1215
runs-on: ubuntu-latest
1316
timeout-minutes: 10
1417
steps:
15-
- uses: technote-space/auto-cancel-redundant-workflow@v1
16-
with:
17-
EXCLUDE_MERGED: 'true'
1818
- name: Broken Link Check
1919
uses: technote-space/broken-link-checker-action@v2

.github/workflows/pr-updated.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on: pull_request_target
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
36
name: Pull Request updated
47

58
jobs:

.github/workflows/toc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ on:
22
pull_request:
33
types: [opened, synchronize, reopened, closed]
44

5+
concurrency:
6+
group: ${{ github.workflow }}-${{ github.ref }}
7+
58
name: TOC Generator
69

710
jobs:

.github/workflows/update-dependencies.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ on:
77
types: [update-deps]
88
workflow_dispatch:
99

10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref }}
12+
1013
name: Update dependencies
1114
jobs:
1215
update:
@@ -24,10 +27,6 @@ jobs:
2427
with:
2528
CONFIG_FILENAME: workflow-settings.json, workflow-details.json
2629
IGNORE_WARNING: 'true'
27-
- uses: technote-space/auto-cancel-redundant-workflow@v1
28-
if: env.RUNNING1
29-
with:
30-
EXCLUDE_MERGED: 'true'
3130
- name: Update dependencies
3231
if: env.RUNNING1
3332
id: update_deps

0 commit comments

Comments
 (0)