Skip to content

Commit

Permalink
Switch CI jobs to use self-hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
thiscaspar committed Jan 15, 2025
1 parent 9e0b87f commit 265c8bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-contracts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: ci-contracts
runs-on: self-hosted
on:
push:
branches: [main]
Expand All @@ -24,7 +23,7 @@ env:

jobs:
cairofmt:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: software-mansion/setup-scarb@v1
Expand All @@ -33,7 +32,7 @@ jobs:
- run: |
cd contracts && scarb fmt --check
core-test:
runs-on: ubuntu-latest
runs-on: self-hosted
steps:
- uses: actions/checkout@v3
- uses: asdf-vm/actions/setup@v3
Expand Down

0 comments on commit 265c8bc

Please sign in to comment.