File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change 44jobs :
55 build :
66 # if: ${{ github.repository == 'clerkinc/javascript' }}
7- runs-on : ${{ vars.RUNNER_LARGE }}
7+ runs-on : ${{ vars.RUNNER_NORMAL }}
88 steps :
99 - name : Checkout repo
1010 uses : actions/checkout@v3
Original file line number Diff line number Diff line change 1515 run :
1616 continue-on-error : true
1717 timeout-minutes : 60
18- runs-on : ${{ vars.RUNNER_LARGE }}
18+ runs-on : ${{ vars.RUNNER_NORMAL }}
1919 concurrency :
2020 group : integration-${{ github.ref }}-${{ inputs.script }}
2121 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ concurrency:
1616jobs :
1717 formatting-linting :
1818 name : Formatting, linting & changeset checks
19- runs-on : ${{ vars.RUNNER_LARGE }}
19+ runs-on : ${{ vars.RUNNER_NORMAL }}
2020
2121 steps :
2222 - name : Checkout Repo
Original file line number Diff line number Diff line change 88 permissions :
99 contents : read
1010 pull-requests : write
11- runs-on : ${{ vars.RUNNER_LARGE }}
11+ runs-on : ${{ vars.RUNNER_NORMAL }}
1212 steps :
1313 - uses : actions/labeler@v4
1414 with :
Original file line number Diff line number Diff line change 2121 name : Notify Slack
2222 needs : integration-nextjs
2323 if : ${{ contains(needs.*.result, 'failure') }}
24- runs-on : ${{ vars.RUNNER_LARGE }}
24+ runs-on : ${{ vars.RUNNER_NORMAL }}
2525 steps :
2626 - name : Report Status
2727 uses : ravsamhq/notify-slack-action@v1
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 canary-release :
1515 if : ${{ github.repository == 'clerkinc/javascript' }}
16- runs-on : ${{ vars.RUNNER_LARGE }}
16+ runs-on : ${{ vars.RUNNER_NORMAL }}
1717 env :
1818 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
1919 TURBO_TEAM : ${{ vars.TURBO_TEAM }}
Original file line number Diff line number Diff line change 1414 release :
1515 name : Release
1616 if : ${{ github.repository == 'clerkinc/javascript' }}
17- runs-on : ${{ vars.RUNNER_LARGE }}
17+ runs-on : ${{ vars.RUNNER_NORMAL }}
1818 permissions :
1919 contents : write
2020 id-token : write
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
1313jobs :
1414 staging-release :
1515 if : ${{ github.repository == 'clerkinc/javascript' }}
16- runs-on : ${{ vars.RUNNER_LARGE }}
16+ runs-on : ${{ vars.RUNNER_NORMAL }}
1717 env :
1818 TURBO_TOKEN : ${{ secrets.TURBO_TOKEN }}
1919 TURBO_TEAM : ${{ vars.TURBO_TEAM }}
You can’t perform that action at this time.
0 commit comments