Skip to content

Commit

Permalink
Only allow one release workflow at a time
Browse files Browse the repository at this point in the history
Do not cancel running workflows but queue them to run at a later time.
  • Loading branch information
ll-nick committed Dec 9, 2024
1 parent b743206 commit 658e4cf
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
branches:
- main

concurrency:
group: ${{ github.workflow }}
cancel-in-progress: false

jobs:
compute-version:
if: github.event.pull_request.merged == true
Expand Down

0 comments on commit 658e4cf

Please sign in to comment.