Skip to content

Commit

Permalink
fix: make it possible to build against multiple Quarkus PRs concurrently
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Laprun <[email protected]>
  • Loading branch information
metacosm committed Aug 12, 2024
1 parent 2095958 commit dfc5396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-for-quarkus-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ on:
default: 'use-snapshots'

concurrency:
group: "${{ inputs.quarkus-version }}-${{inputs.java-version}}-${{ github.ref }}"
group: "${{ inputs.quarkus-version }}-${{inputs.java-version}}-${{ github.ref }}-${{inputs.quarkus-pr}}"
cancel-in-progress: true

jobs:
Expand Down

0 comments on commit dfc5396

Please sign in to comment.