try parity runner

This commit is contained in:
alvicsam
2024-10-25 09:51:09 +02:00
parent 36f9345c22
commit 199b6145f2
+7 -4
View File
@@ -2,14 +2,17 @@ name: Test
run-name: Test ${{ github.ref_name }}
on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
Release:
runs-on: ubuntu-20.04
# runs-on: ubuntu-20.04
runs-on: parity-large
steps:
- name: Checkout repository
uses: actions/checkout@v4