Skip to content

Commit

Permalink
Merge branch 'master' into 5.x.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jan 31, 2023
2 parents 702b334 + acaecc5 commit 0dbd92e
Show file tree
Hide file tree
Showing 4 changed files with 157 additions and 157 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# run only when PR comments start with '/bench'.
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/bench')
needs: check-permission
runs-on: [self-hosted, Linux, X64, bench]
runs-on: [self-hosted, Linux, X64]
steps:
- name: Validate and set inputs
id: bench-input
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
SUBWASM_VERSION: 0.16.1
jobs:
checks-and-tests:
runs-on: [self-hosted, Linux, X64, build]
runs-on: [self-hosted, Linux, X64]
steps:
- name: Free disk space
run: |
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:

native-linux:
needs: checks-and-tests
runs-on: [self-hosted, Linux, X64, build]
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
target:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:

rpc-tests:
needs: native-linux
runs-on: [self-hosted, Linux, X64, build]
runs-on: [self-hosted, Linux, X64]
strategy:
matrix:
network: [astar, shiden]
Expand Down
Loading

0 comments on commit 0dbd92e

Please sign in to comment.