move contracts build to our custom runner

This commit is contained in:
farbanas
2023-01-17 16:43:36 +01:00
parent 95b95b2892
commit e849cc065a
+1 -1
View File
@@ -7,7 +7,7 @@ on:
jobs:
build:
if: ${{ startsWith(github.ref, 'refs/tags/nym-contracts-') && github.event_name == 'release' }}
runs-on: ubuntu-20.04
runs-on: [self-hosted, custom-runner-linux]
steps:
- uses: actions/checkout@v2