Skip to content

Commit

Permalink
Fix concurrency on deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
petrvecera committed Feb 15, 2024
1 parent 7b85253 commit d9e00bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
name: dev
url: https://dev.coh3stats.com/
runs-on: ubuntu-latest

concurrency:
group: deploy-master-to-dev
cancel-in-progress: true

steps:
- name: Checkout Repo
uses: actions/checkout@v4
Expand Down

0 comments on commit d9e00bb

Please sign in to comment.