Skip to content

Commit

Permalink
A0-2629: Tweak labels to be more selective (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolajgs authored Jun 15, 2023
1 parent 6e2786f commit 5553895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
rust-checks:
runs-on: self-hosted
runs-on: [self-hosted, Linux, X64, large]
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
run: cd shielder/public_token/ && cargo test

build-contracts:
runs-on: self-hosted
runs-on: [self-hosted, Linux, X64, large]
env:
DOCKER_IMAGE: "public.ecr.aws/p6e8q1z1/ink-dev:1.0.0"
steps:
Expand Down

0 comments on commit 5553895

Please sign in to comment.