Skip to content

Commit

Permalink
Fix release build ci (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunsukew authored Jan 13, 2023
1 parent 999b7c9 commit a5f4151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

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

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

0 comments on commit a5f4151

Please sign in to comment.