Skip to content

Commit

Permalink
chore: use run ID for concurrency group when running tests on main br…
Browse files Browse the repository at this point in the history
…anch (#897)
  • Loading branch information
mrparkers authored Nov 10, 2023
1 parent b2e2f16 commit 73d43c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- '19.0.2'
fail-fast: false
concurrency:
group: ${{ github.head_ref }}-${{ matrix.keycloak-version }}
group: ${{ github.head_ref || github.run_id }}-${{ matrix.keycloak-version }}
cancel-in-progress: true
services:
keycloak:
Expand Down

0 comments on commit 73d43c0

Please sign in to comment.