Skip to content

Commit

Permalink
Run on org-runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jcortejoso authored Nov 15, 2023
1 parent 9ff0822 commit 046d4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
Test:
runs-on: ["8-cpu","self-hosted","blockchain"]
runs-on: ["8-cpu","self-hosted","org"]
steps:
- uses: actions/checkout@v4

Expand All @@ -37,7 +37,7 @@ jobs:
run: make test

Lint:
runs-on: ["8-cpu","self-hosted","blockchain"]
runs-on: ["8-cpu","self-hosted","org"]
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 046d4d4

Please sign in to comment.