@@ -5,16 +5,10 @@ concurrency:
5
5
cancel-in-progress : true
6
6
7
7
on :
8
- # # Run automatically for all PRs against main, regardless of what the changes are
9
- # # to be safe and so we can more easily force re-run the CI when github is being
10
- # # weird by using a blank commit
11
8
push :
12
- branches : [main, development, staging ]
9
+ branches : [main, devnet-ready, devnet, testnet, finney ]
13
10
14
- # #
15
- # Run automatically for PRs against default/main branch if Rust files change
16
11
pull_request :
17
- branches : [main, development, staging]
18
12
19
13
# # Allow running workflow manually from the Actions tab
20
14
workflow_dispatch :
56
50
TARGET : ${{ matrix.rust-target }}
57
51
steps :
58
52
- name : Check-out repository under $GITHUB_WORKSPACE
59
- uses : actions/checkout@v2
53
+ uses : actions/checkout@v4
60
54
61
55
- name : Install dependencies
62
56
run : sudo apt-get update && sudo apt-get install -y build-essential
98
92
TARGET : ${{ matrix.rust-target }}
99
93
steps :
100
94
- name : Check-out repository under $GITHUB_WORKSPACE
101
- uses : actions/checkout@v2
95
+ uses : actions/checkout@v4
102
96
103
97
- name : Install dependencies
104
98
run : |
@@ -147,7 +141,7 @@ jobs:
147
141
TARGET : ${{ matrix.rust-target }}
148
142
steps :
149
143
- name : Check-out repository under $GITHUB_WORKSPACE
150
- uses : actions/checkout@v2
144
+ uses : actions/checkout@v4
151
145
152
146
- name : Install dependencies
153
147
run : |
@@ -196,7 +190,7 @@ jobs:
196
190
TARGET : ${{ matrix.rust-target }}
197
191
steps :
198
192
- name : Check-out repository under $GITHUB_WORKSPACE
199
- uses : actions/checkout@v2
193
+ uses : actions/checkout@v4
200
194
201
195
- name : Install dependencies
202
196
run : |
@@ -245,7 +239,7 @@ jobs:
245
239
TARGET : ${{ matrix.rust-target }}
246
240
steps :
247
241
- name : Check-out repository under $GITHUB_WORKSPACE
248
- uses : actions/checkout@v2
242
+ uses : actions/checkout@v4
249
243
250
244
- name : Install dependencies
251
245
run : |
@@ -292,7 +286,7 @@ jobs:
292
286
run : cargo install --locked -q zepter && zepter --version
293
287
294
288
- name : Checkout
295
- uses : actions/checkout@v3
289
+ uses : actions/checkout@v4
296
290
with :
297
291
fetch-depth : 0 # Dont clone historic commits.
298
292
@@ -304,7 +298,7 @@ jobs:
304
298
runs-on : ubuntu-22.04
305
299
steps :
306
300
- name : Checkout sources
307
- uses : actions/checkout@v3
301
+ uses : actions/checkout@v4
308
302
309
303
- name : Run Try Runtime Checks
310
304
uses : " paritytech/try-runtime-gha@v0.1.0"
@@ -324,7 +318,7 @@ jobs:
324
318
# runs-on: ubuntu-22.04
325
319
# steps:
326
320
# - name: Checkout sources
327
- # uses: actions/checkout@v3
321
+ # uses: actions/checkout@v4
328
322
#
329
323
# - name: Run Try Runtime Checks
330
324
# uses: "paritytech/try-runtime-gha@v0.1.0"
@@ -339,7 +333,7 @@ jobs:
339
333
# runs-on: ubuntu-22.04
340
334
# steps:
341
335
# - name: Checkout sources
342
- # uses: actions/checkout@v3
336
+ # uses: actions/checkout@v4
343
337
#
344
338
# - name: Run Try Runtime Checks
345
339
# uses: "paritytech/try-runtime-gha@v0.1.0"
0 commit comments