Skip to content

Commit 6333fb3

Browse files
committed
fix: workflow concurrency groups
1 parent ad23744 commit 6333fb3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fi
3333
3434
concurrency:
35-
group: ${{ github.ref }}
35+
group: e2e-tests-${{ github.ref }}
3636
cancel-in-progress: true
3737

3838
permissions:

.github/workflows/service-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
4545
concurrency:
46-
group: ${{ github.ref }}
46+
group: service-ci-${{ github.ref }}
4747
cancel-in-progress: true
4848

4949
permissions:

0 commit comments

Comments
 (0)