Skip to content

Commit

Permalink
For me, one at a time globally should do OK.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jul 4, 2023
1 parent c0a8443 commit 886583d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ on:
concurrency:
# github.workflow: name of the workflow
# github.event.pull_request.number || github.ref: pull request number or branch name if not a pull request
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}
#-${{ github.event.pull_request.number || github.ref }}

# Cancel in-progress runs when a new workflow with the same group name is triggered
cancel-in-progress: true
Expand Down

0 comments on commit 886583d

Please sign in to comment.