File tree Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Expand file tree Collapse file tree 2 files changed +0
-23
lines changed Original file line number Diff line number Diff line change 1919 name : ${{ matrix.target.name }} / ${{ matrix.version }}
2020 runs-on : ${{ matrix.target.os }}
2121
22- concurrency :
23- group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
24- cancel-in-progress : true
25-
2622 env :
2723 CI : 1
2824 CARGO_INCREMENTAL : 0
9995 ci_feature_powerset_check :
10096 name : Verify Feature Combinations
10197 runs-on : ubuntu-latest
102-
103- concurrency :
104- group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
105- cancel-in-progress : true
106-
10798 steps :
10899 - uses : actions/checkout@v2
109100
@@ -165,11 +156,6 @@ jobs:
165156 nextest :
166157 name : nextest
167158 runs-on : ubuntu-latest
168-
169- concurrency :
170- group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
171- cancel-in-progress : true
172-
173159 steps :
174160 - uses : actions/checkout@v2
175161
Original file line number Diff line number Diff line change 2222 name : ${{ matrix.target.name }} / ${{ matrix.version }}
2323 runs-on : ${{ matrix.target.os }}
2424
25- concurrency :
26- group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
27- cancel-in-progress : true
28-
2925 env :
3026 CI : 1
3127 CARGO_INCREMENTAL : 0
@@ -102,11 +98,6 @@ jobs:
10298 rustdoc :
10399 name : doc tests
104100 runs-on : ubuntu-latest
105-
106- concurrency :
107- group : ${{ github.head_ref || github.run_id }}-${{ github.workflow }}-${{ github.job }}-${{ github.job.name }}
108- cancel-in-progress : true
109-
110101 steps :
111102 - uses : actions/checkout@v2
112103
You can’t perform that action at this time.
0 commit comments