Skip to content

Commit

Permalink
ga concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyek committed Jun 12, 2024
1 parent 9996c2e commit 291660b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:
- main

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
group: ${{ github.ref_name }}
cancel-in-progress: false
env:
DOCKER_BUILDKIT: 1
FORCE_COLOR: 1
Expand Down

0 comments on commit 291660b

Please sign in to comment.