diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9d104501..e4fce6bf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: