Skip to content

Commit

Permalink
Allow concurrent workflows
Browse files Browse the repository at this point in the history
Currently we can't have more than 1 CI/CD workflow run in progress. This
slows down our deployments. We have existing internal controls to guard
against older deployments overwriting newer ones.

Test plan:
- Confirm workflows are allowed to run concurrently
  • Loading branch information
tom-blake committed Dec 8, 2024
1 parent 1170553 commit c30a827
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ permissions:
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
setup:
continue-on-error: true
Expand Down

0 comments on commit c30a827

Please sign in to comment.