Skip to content

Commit

Permalink
Use neon-evm-1 label
Browse files Browse the repository at this point in the history
  • Loading branch information
andreisilviudragnea committed Aug 31, 2023
1 parent 9701481 commit 0e60947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ concurrency:
cancel-in-progress: true
jobs:
build-neon-evm:
runs-on: build-runner
runs-on: neon-evm-1
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -36,7 +36,7 @@ jobs:
python3 ./.github/workflows/deploy.py publish_image \
--github_sha=${GITHUB_SHA}
run-neon-evm-tests:
runs-on: test-runner
runs-on: neon-evm-1
needs:
- build-neon-evm
steps:
Expand All @@ -48,7 +48,7 @@ jobs:
python3 ./.github/workflows/deploy.py run_tests \
--github_sha=${GITHUB_SHA}
trigger-proxy-tests:
runs-on: trigger-runner
runs-on: neon-evm-1
needs:
- build-neon-evm
steps:
Expand All @@ -66,7 +66,7 @@ jobs:
--is_draft=${{github.event.pull_request.draft}} \
--labels='${{ toJson(github.event.pull_request.labels.*.name) }}'
finalize-image:
runs-on: build-runner
runs-on: neon-evm-1
needs:
- trigger-proxy-tests
- run-neon-evm-tests
Expand Down

0 comments on commit 0e60947

Please sign in to comment.