@@ -5,16 +5,10 @@ concurrency:
55 cancel-in-progress : true
66
77on :
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
118 push :
12- branches : [main, development, staging ]
9+ branches : [main, devnet-ready, devnet, testnet, finney ]
1310
14- # #
15- # Run automatically for PRs against default/main branch if Rust files change
1611 pull_request :
17- branches : [main, development, staging]
1812
1913 # # Allow running workflow manually from the Actions tab
2014 workflow_dispatch :
5650 TARGET : ${{ matrix.rust-target }}
5751 steps :
5852 - name : Check-out repository under $GITHUB_WORKSPACE
59- uses : actions/checkout@v2
53+ uses : actions/checkout@v4
6054
6155 - name : Install dependencies
6256 run : sudo apt-get update && sudo apt-get install -y build-essential
9892 TARGET : ${{ matrix.rust-target }}
9993 steps :
10094 - name : Check-out repository under $GITHUB_WORKSPACE
101- uses : actions/checkout@v2
95+ uses : actions/checkout@v4
10296
10397 - name : Install dependencies
10498 run : |
@@ -147,7 +141,7 @@ jobs:
147141 TARGET : ${{ matrix.rust-target }}
148142 steps :
149143 - name : Check-out repository under $GITHUB_WORKSPACE
150- uses : actions/checkout@v2
144+ uses : actions/checkout@v4
151145
152146 - name : Install dependencies
153147 run : |
@@ -196,7 +190,7 @@ jobs:
196190 TARGET : ${{ matrix.rust-target }}
197191 steps :
198192 - name : Check-out repository under $GITHUB_WORKSPACE
199- uses : actions/checkout@v2
193+ uses : actions/checkout@v4
200194
201195 - name : Install dependencies
202196 run : |
@@ -245,7 +239,7 @@ jobs:
245239 TARGET : ${{ matrix.rust-target }}
246240 steps :
247241 - name : Check-out repository under $GITHUB_WORKSPACE
248- uses : actions/checkout@v2
242+ uses : actions/checkout@v4
249243
250244 - name : Install dependencies
251245 run : |
@@ -292,7 +286,7 @@ jobs:
292286 run : cargo install --locked -q zepter && zepter --version
293287
294288 - name : Checkout
295- uses : actions/checkout@v3
289+ uses : actions/checkout@v4
296290 with :
297291 fetch-depth : 0 # Dont clone historic commits.
298292
@@ -304,7 +298,7 @@ jobs:
304298 runs-on : ubuntu-22.04
305299 steps :
306300 - name : Checkout sources
307- uses : actions/checkout@v3
301+ uses : actions/checkout@v4
308302
309303 - name : Run Try Runtime Checks
310304 uses :
" paritytech/[email protected] " @@ -324,7 +318,7 @@ jobs:
324318 # runs-on: ubuntu-22.04
325319 # steps:
326320 # - name: Checkout sources
327- # uses: actions/checkout@v3
321+ # uses: actions/checkout@v4
328322 #
329323 # - name: Run Try Runtime Checks
330324 # uses: "paritytech/[email protected] " @@ -339,7 +333,7 @@ jobs:
339333 # runs-on: ubuntu-22.04
340334 # steps:
341335 # - name: Checkout sources
342- # uses: actions/checkout@v3
336+ # uses: actions/checkout@v4
343337 #
344338 # - name: Run Try Runtime Checks
345339 # uses: "paritytech/[email protected] "
0 commit comments