Skip to content

Commit

Permalink
Add concurrency settings to deploy Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed May 23, 2024
1 parent 6105ca0 commit 553492d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- main

concurrency:
group: ${{ github.workflow }}

jobs:
deploy:
name: Deploy
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy.staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ on:
push:
branches:
- staging

concurrency:
group: ${{ github.workflow }}

jobs:
deploy:
name: Deploy
Expand Down

0 comments on commit 553492d

Please sign in to comment.