Skip to content

Commit

Permalink
Only one release at a time per repo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Aug 28, 2024
1 parent e882830 commit b332a37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ env:
PAYLOAD_REPOSITORY: ${{ github.event.inputs.github_repository }}
PAYLOAD_RUN_ID: ${{ github.event.inputs.run_id }}

concurrency:
# Only one release at a time per repository
group: ${PAYLOAD_REPOSITORY}
cancel-in-progress: true

jobs:
deploy_to_central:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b332a37

Please sign in to comment.