Skip to content

Commit

Permalink
Allow concurrent run of CI tests for multiple commits in main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Burmak committed Aug 13, 2023
1 parent 9c37057 commit cc3277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request: { branches: [main] }

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.run_number }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit cc3277f

Please sign in to comment.