Skip to content

Commit 23f4027

Browse files
committed
oops
1 parent e42c6de commit 23f4027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/1-build-projects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535

3636
concurrency:
37-
group: ${{ github.ref }}
37+
group: ${{ github.ref }}-docker
3838
cancel-in-progress: true
3939

4040
steps:

.github/workflows/2-release-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
build_docker:
4848
runs-on: ubuntu-latest
4949
concurrency:
50-
group: ${{ github.ref }}
50+
group: ${{ github.ref }}-docker
5151
cancel-in-progress: true
5252
steps:
5353
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)