diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index 7d6a140..2ae0e03 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -4,7 +4,7 @@ on: types: [webhook-event] concurrency: - group: delayed-version-check + group: version-check-${{ github.event.client_payload.v }} cancel-in-progress: false jobs: @@ -51,4 +51,4 @@ jobs: VERSIONS: ${{ needs.version-search.outputs.versions }} SOURCE: ${{ github.event.client_payload.s }} run: | - ./check-build-version.ps1 -versions "$env:VERSIONS" -source "$env:SOURCE" -googleAppsUrl "$env:GOOGLE_APPS_URL" \ No newline at end of file + ./check-build-version.ps1 -versions "$env:VERSIONS" -source "$env:SOURCE" -googleAppsUrl "$env:GOOGLE_APPS_URL"