We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72db0e1 commit 452f963Copy full SHA for 452f963
2 files changed
.github/workflows/validate-main.yaml
.github/workflows/validate.yaml
@@ -36,7 +36,7 @@ jobs:
36
name: 'Validate Changed Packages'
37
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'long-run') }}
38
timeout-minutes: ${{ inputs.timeout }}
39
- runs-on: ${{ inputs.runner-type}}
+ runs-on: ${{ inputs.runner-type == 'github-hosted' && 'ubuntu-latest' || fromJSON('["group=${{ vars.RUNNER_GROUP_LATEST }}", "labels=self-hosted"]') }}
40
# container:
41
# image: ${{ vars.SFP_IMAGE }}
42
# credentials:
0 commit comments