Revert "Update concurrency group for version check"
This reverts commit 1e1fbb6fcb.
This commit is contained in:
parent
549117406c
commit
c77736ccc5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/version-check.yml
vendored
4
.github/workflows/version-check.yml
vendored
|
|
@ -4,7 +4,7 @@ on:
|
|||
types: [webhook-event]
|
||||
|
||||
concurrency:
|
||||
group: version-check-${{ github.event.client_payload.v }}
|
||||
group: delayed-version-check
|
||||
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"
|
||||
./check-build-version.ps1 -versions "$env:VERSIONS" -source "$env:SOURCE" -googleAppsUrl "$env:GOOGLE_APPS_URL"
|
||||
Loading…
Reference in a new issue