0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

ci: fix concurrency issue (#1356)

This commit is contained in:
Gao Sun 2022-07-01 21:33:25 +08:00 committed by GitHub
parent 8d664effc5
commit f6977157a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -7,7 +7,7 @@ on:
pull_request:
concurrency:
group: integration-test-${{ github.ref }}
group: integration-test-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

View file

@ -7,7 +7,7 @@ on:
pull_request:
concurrency:
group: main-${{ github.ref }}
group: main-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

View file

@ -7,7 +7,7 @@ on:
branches: [master]
concurrency:
group: upload-annotations-${{ github.ref }}
group: upload-annotations-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: