Skip to content

Commit

Permalink
Merge pull request #948 from ipfs/feat/ci-build-on-self-hosted-runner
Browse files Browse the repository at this point in the history
feat(ci): use self-hosted runner for faster main build
  • Loading branch information
galargh authored Sep 20, 2023
2 parents f486ab6 + 8786883 commit c012a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
continue-on-error: true # skip if no releases

persist:
runs-on: "ubuntu-latest"
runs-on: ${{ fromJSON(vars.CI_BUILD_RUNS_ON || '"ubuntu-latest"') }}
needs: sign-macos
environment: Deploy
steps:
Expand Down

0 comments on commit c012a48

Please sign in to comment.