1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

remove concurrency groups

This commit is contained in:
Rob Ede 2022-02-22 12:52:07 +00:00
parent 2665357a0c
commit 12fb3412a5
No known key found for this signature in database
GPG key ID: 97C636207D3EF933
2 changed files with 0 additions and 23 deletions

View file

@ -19,10 +19,6 @@ jobs:
name: ${{ matrix.target.name }} / ${{ matrix.version }}
runs-on: ${{ matrix.target.os }}
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
env:
CI: 1
CARGO_INCREMENTAL: 0
@ -99,11 +95,6 @@ jobs:
ci_feature_powerset_check:
name: Verify Feature Combinations
runs-on: ubuntu-latest
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2
@ -165,11 +156,6 @@ jobs:
nextest:
name: nextest
runs-on: ubuntu-latest
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2

View file

@ -22,10 +22,6 @@ jobs:
name: ${{ matrix.target.name }} / ${{ matrix.version }}
runs-on: ${{ matrix.target.os }}
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
env:
CI: 1
CARGO_INCREMENTAL: 0
@ -102,11 +98,6 @@ jobs:
rustdoc:
name: doc tests
runs-on: ubuntu-latest
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v2