Skip to content

Commit dadfda9

Browse files
kumahq[bot]lukidzi
andauthored
Revert "chore(build): switch to gh runners" (backport of #16415) (#16419)
Automatic cherry-pick of #16415 for branch release-2.12 Generated by [action](https://github.com/kumahq/kuma/actions/runs/24997350508) cherry-picked commit 4dab125 Co-authored-by: Lukasz Dziedziak <lukidzi@gmail.com>
1 parent f4e5a4c commit dadfda9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-test-distribute.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
uses: ./.github/workflows/_test.yaml
112112
with:
113113
FULL_MATRIX: ${{ needs.check.outputs.FULL_MATRIX }}
114-
RUNNERS_BY_ARCH: '{"amd64":"ubuntu-24.04","arm64":"ubuntu-24.04-arm"}'
114+
RUNNERS_BY_ARCH: ${{ (github.event_name == 'push' || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository) && '{"amd64":"ubuntu-latest-kong","arm64":"ubuntu-latest-arm64-kong"}' || '{"amd64":"ubuntu-24.04","arm64":"ubuntu-24.04-arm"}' }}
115115
secrets: inherit
116116
build_publish:
117117
permissions:

0 commit comments

Comments
 (0)