File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
30
30
steps :
31
+ - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
32
+ with :
33
+ github_token : " ${{ secrets.github_token }}"
31
34
- name : rust-toolchain
32
35
uses :
actions-rs/[email protected]
33
36
with :
Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-latest
21
21
22
22
steps :
23
+ - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
24
+ with :
25
+ github_token : " ${{ secrets.github_token }}"
23
26
- name : Checkout
24
27
25
28
with :
65
68
runs-on : ${{ matrix.os }}
66
69
67
70
steps :
71
+ - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
72
+ with :
73
+ github_token : " ${{ secrets.github_token }}"
68
74
- name : Install dependencies (Linux-i686)
69
75
run : |
70
76
sudo dpkg --add-architecture i386
@@ -192,6 +198,9 @@ jobs:
192
198
runs-on : ubuntu-latest
193
199
194
200
steps :
201
+ - uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@master
202
+ with :
203
+ github_token : " ${{ secrets.github_token }}"
195
204
- name : rust-toolchain
196
205
uses :
actions-rs/[email protected]
197
206
with :
You can’t perform that action at this time.
0 commit comments