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 15, 2023
1 parent a1c70c6 commit eb1b463
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 @@ -6,7 +6,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:
BUILD_DEB_OUTPUT_DIR: out
Expand Down

0 comments on commit eb1b463

Please sign in to comment.