Skip to content

Commit c459394

Browse files
committed
fix: update CI workflow to correctly define runner configuration
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent bc692ea commit c459394

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ on:
2929

3030
jobs:
3131
test:
32-
runs-on: ${{ inputs.RUNNER || 'linux-arm64' }}
32+
runs-on:
33+
group: default
34+
labels: ${{ inputs.RUNNER || 'linux-arm64' }}
3335
# Ignore Require Workflow runs
3436
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'
3537
steps:

0 commit comments

Comments
 (0)