Skip to content

Commit

Permalink
Use e2-standard-8-20.04 machine type for CI/lint job
Browse files Browse the repository at this point in the history
Signed-off-by: Sergen Yalçın <[email protected]>
  • Loading branch information
sergenyalcin committed Nov 17, 2023
1 parent 9010c32 commit 3c425bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: |
make schema-version-diff
lint:
runs-on: ubuntu-20.04
runs-on: e2-standard-8-20.04
needs: detect-noop
if: needs.detect-noop.outputs.noop != 'true'

Expand Down

0 comments on commit 3c425bb

Please sign in to comment.