Skip to content

Commit 800bac1

Browse files
committed
fix: update default runner label to linux-x64 in CI workflow
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent 06c4f35 commit 800bac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-gitops-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
test:
3232
runs-on:
3333
group: Default
34-
labels: ${{ inputs.RUNNER || 'linux-arm64' }}
34+
labels: ${{ inputs.RUNNER || 'linux-x64' }}
3535
# Ignore Require Workflow runs
3636
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'
3737
steps:

0 commit comments

Comments
 (0)