Skip to content

Commit 685a6ea

Browse files
Merge pull request #19 from technote-space/chore/chore-sync-workflows
chore: sync workflows
2 parents 689c7b3 + c6536e6 commit 685a6ea

File tree

5 files changed

+15
-3
lines changed

5 files changed

+15
-3
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/gh-releases.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
tags:
44
- "v*"
55

6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
69
name: GitHub Releases
710

811
jobs:

.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
@@ -1,5 +1,8 @@
11
on: push
22

3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
36
name: TOC Generator
47

58
jobs:

0 commit comments

Comments
 (0)