Skip to content

Commit

Permalink
Limit concurrency on deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach committed Oct 30, 2024
1 parent 3431d88 commit 2c53bef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
deploy:
runs-on: ubuntu-latest
environment: dev
concurrency:
group: dev_env
cancel-in-progress: false

steps:
- name: Checkout the repository
Expand Down

0 comments on commit 2c53bef

Please sign in to comment.