Skip to content

Commit dc3c732

Browse files
committed
Separate concurrency groups
1 parent f73086a commit dc3c732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Test
33
on: push
44

55
concurrency:
6-
group: "${{ github.ref }}"
6+
group: "${{ github.ref }}.test"
77
cancel-in-progress: true
88

99
jobs:

.github/workflows/create-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- main
77

88
concurrency:
9-
group: "${{ github.ref }}"
9+
group: "${{ github.ref }}.tag"
1010
cancel-in-progress: true
1111

1212
jobs:

0 commit comments

Comments
 (0)