Skip to content

Commit

Permalink
Use GH_RUNNER_EXTRA_POWER for CI image workflow
Browse files Browse the repository at this point in the history
[ upstream commit 4bc5c06 ]

Similar to #30496, use GH_RUNNER_EXTRA_POWER for the CI image workflow.

Signed-off-by: Michi Mutsuzaki <michi@isovalent.com>
Signed-off-by: Gilberto Bertin <jibi@cilium.io>
  • Loading branch information
michi-covalent authored and jibi committed May 14, 2024
1 parent 7ce25b0 commit 78e5218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-images-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
build-and-push-prs:
name: Build and Push Images
runs-on: ubuntu-22.04
runs-on: ${{ vars.GH_RUNNER_EXTRA_POWER }}
strategy:
matrix:
include:
Expand Down

0 comments on commit 78e5218

Please sign in to comment.