mirror of https://github.com/hashicorp/consul
Backport of ci: increase runner size for security scans into release/1.17.x (#20071)
backport of commit e84dd20cb4
Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
pull/20099/head
parent
4e1e51904b
commit
84eda5fcd5
|
@ -47,7 +47,7 @@ jobs:
|
|||
|
||||
scan:
|
||||
needs: [setup]
|
||||
runs-on: ${{ fromJSON(needs.setup.outputs.compute-large) }}
|
||||
runs-on: ${{ fromJSON(needs.setup.outputs.compute-xl) }}
|
||||
# The first check ensures this doesn't run on community-contributed PRs, who
|
||||
# won't have the permissions to run this job.
|
||||
if: ${{ (github.repository != 'hashicorp/consul' || (github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name))
|
||||
|
|
Loading…
Reference in New Issue