0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-01-13 21:30:30 -05:00

ci: align workflow concurrency (#2987)

This commit is contained in:
Gao Sun 2023-01-19 11:22:17 +08:00 committed by GitHub
parent 1d42077ab4
commit 70527c4bbc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -15,7 +15,7 @@ on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
jobs:
changesets:

View file

@ -8,7 +8,7 @@ on:
types: [opened, edited, synchronize, reopened]
concurrency:
group: commitlint-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:

View file

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

View file

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

View file

@ -4,7 +4,7 @@ on:
push:
branches: [master]
concurrency: master-codecov-report
concurrency: ${{ github.workflow }}
jobs:
report-coverage:

View file

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

View file

@ -9,7 +9,7 @@ on:
- v*.*.*
concurrency:
group: dockerize-${{ github.ref }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
jobs:
dockerize:

View file

@ -6,7 +6,7 @@ on:
types: [opened, edited, synchronize, reopened]
concurrency:
group: update-metadata-${{ github.ref }}
group: ${{ github.workflow }}-${{ 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.head_ref || github.run_id }}
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs: