1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-06-02 13:29:24 +00:00

fix ci groups

This commit is contained in:
Rob Ede 2022-02-22 12:47:57 +00:00
parent 693271e571
commit 2665357a0c
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 5 additions and 5 deletions

View file

@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.target.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
env:
@ -101,7 +101,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps:
@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps:

View file

@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.target.os }}
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
env:
@ -104,7 +104,7 @@ jobs:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps: