Skip to content

Commit

Permalink
Do not allow workflows in parallel (interrupt)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Aug 11, 2023
1 parent 51e1005 commit af133cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

# PR open and close use the same group, allowing only one at a time
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}
cancel-in-progress: true

# Variables
Expand Down

0 comments on commit af133cc

Please sign in to comment.