Skip to content

Commit 8a28d7c

Browse files
authored
Merge pull request #255 from sikepuri-algorithm/fix-cd
Fix CD concurrency
2 parents 9c12249 + b28cea9 commit 8a28d7c

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)