Skip to content

Commit b28cea9

Browse files
committed
Fix CD concurrency
1 parent 9c12249 commit b28cea9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ on:
77
permissions:
88
contents: write
99

10+
concurrency: ci-${{ github.ref }}
11+
1012
jobs:
1113
build-and-deploy:
1214
name: Build and Deploy
13-
concurrency: ci-${{ github.ref }}
1415
runs-on: ubuntu-latest
1516
steps:
1617
- name: Checkout

0 commit comments

Comments
 (0)