Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored and lidel committed Sep 20, 2023
1 parent 7134255 commit 7f97011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:

jobs:
build:
runs-on: ${{ fromJSON(vars.CI_BUILD_RUNS_ON) || fromJSON(github.repository == 'ipfs/distributions' && '["self-hosted", "linux", "x64", "2xlarge"]') || '"ubuntu-latest"') }}
runs-on: ${{ fromJSON(vars.CI_BUILD_RUNS_ON || '"ubuntu-latest"') }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
continue-on-error: true # skip if no releases

persist:
runs-on: ${{ fromJSON(vars.CI_BUILD_RUNS_ON) || fromJSON(github.repository == 'ipfs/distributions' && '["self-hosted", "linux", "x64", "2xlarge"]') || '"ubuntu-latest"') }}
runs-on: ${{ fromJSON(vars.CI_BUILD_RUNS_ON || '"ubuntu-latest"') }}
needs: sign-macos
environment: Deploy
steps:
Expand Down

0 comments on commit 7f97011

Please sign in to comment.