Skip to content

Commit 43254cf

Browse files
committed
fix: correct group name casing in CI workflow
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent c459394 commit 43254cf

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
@@ -30,7 +30,7 @@ on:
3030
jobs:
3131
test:
3232
runs-on:
33-
group: default
33+
group: Default
3434
labels: ${{ inputs.RUNNER || 'linux-arm64' }}
3535
# Ignore Require Workflow runs
3636
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'

0 commit comments

Comments
 (0)