Skip to content

Commit

Permalink
try parity runner
Browse files Browse the repository at this point in the history
  • Loading branch information
alvicsam committed Oct 25, 2024
1 parent 36f9345 commit 199b614
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]

jobs:
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

Expand Down

0 comments on commit 199b614

Please sign in to comment.