Skip to content

Commit

Permalink
fix(repo): GHA attempt 4vCPU intial step
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski committed Nov 3, 2023
1 parent 3f83f7e commit d65ee32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:
jobs:
formatting-linting:
name: Formatting, linting & changeset checks
runs-on: ${{ vars.RUNNER_NORMAL }}
runs-on: ${{ vars.RUNNER_MEDIUM }}
timeout-minutes: ${{ fromJSON(vars.TIMEOUT_MINUTES_NORMAL) }}

steps:
Expand Down

0 comments on commit d65ee32

Please sign in to comment.