Skip to content

Commit

Permalink
Bump check-generated-protobuf runner size to medium (#17841)
Browse files Browse the repository at this point in the history
  • Loading branch information
cthain committed Jun 22, 2023
1 parent bbcdef6 commit e53c81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
check-generated-protobuf:
needs:
- setup
runs-on: ${{ fromJSON(needs.setup.outputs.compute-small) }}
runs-on: ${{ fromJSON(needs.setup.outputs.compute-medium) }}
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # pin@v3.3.0
# NOTE: This step is specifically needed for ENT. It allows us to access the required private HashiCorp repos.
Expand Down

0 comments on commit e53c81e

Please sign in to comment.