Skip to content

Commit 66ef189

Browse files
authored
ci: don't cancel other branches
1 parent 7873726 commit 66ef189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
permissions:
8888
id-token: write # Needed for auth with Deno Deploy
8989
concurrency:
90-
group: ${{ github.workflow }}-deploy-calculator
90+
group: ${{ github.workflow }}=${{ github.ref }}-deploy-calculator
9191
cancel-in-progress: true
9292

9393
steps:
@@ -116,7 +116,7 @@ jobs:
116116
permissions:
117117
id-token: write # Needed for auth with Deno Deploy
118118
concurrency:
119-
group: ${{ github.workflow }}-deploy-map
119+
group: ${{ github.workflow }}-${{ github.ref }}-deploy-map
120120
cancel-in-progress: true
121121

122122
steps:

0 commit comments

Comments
 (0)