We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc692ea commit c459394Copy full SHA for c459394
.github/workflows/ci-gitops-test.yaml
@@ -29,7 +29,9 @@ on:
29
30
jobs:
31
test:
32
- runs-on: ${{ inputs.RUNNER || 'linux-arm64' }}
+ runs-on:
33
+ group: default
34
+ labels: ${{ inputs.RUNNER || 'linux-arm64' }}
35
# Ignore Require Workflow runs
36
if: github.repository != 'devantler-tech/reusable-workflows' && inputs.SKIP != true && github.event_name != 'merge_group'
37
steps:
0 commit comments