Skip to content

Commit 3dc0af6

Browse files
testing both workflows v2
Signed-off-by: krystal <56278409+theekrystallee@users.noreply.github.com>
1 parent a1cff30 commit 3dc0af6

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/auto-release-notes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ on:
33
push:
44
branches:
55
- notes-test
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: false
69

710
permissions:
811
contents: write

.github/workflows/update-node-tables.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ on:
55
branches:
66
- notes-test
77

8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.ref }}
10+
cancel-in-progress: false
11+
812
permissions:
913
contents: write
1014

0 commit comments

Comments
 (0)