Skip to content

Commit

Permalink
Add concurrency groups to dev CI/CD pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gMonty committed Jul 16, 2024
1 parent 33b0090 commit 645d36a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
- main
- dev

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

env:
VITE_WALLET_CONNECT_PROJECT_ID: ${{ secrets.VITE_WALLET_CONNECT_PROJECT_ID }}

Expand Down

0 comments on commit 645d36a

Please sign in to comment.