Skip to content

Commit

Permalink
Only run one combined_deploy at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
wooferzfg committed Apr 3, 2024
1 parent d4fdd5a commit a61800f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
combined_deploy:
runs-on: ubuntu-latest
needs: build_branch
concurrency: combined_deploy

steps:
- name: Deploy branches
Expand Down

0 comments on commit a61800f

Please sign in to comment.