Skip to content

Commit 452f963

Browse files
committed
wip
1 parent 72db0e1 commit 452f963

2 files changed

Lines changed: 1 addition & 81 deletions

File tree

.github/workflows/validate-main.yaml

Lines changed: 0 additions & 80 deletions
This file was deleted.

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: 'Validate Changed Packages'
3737
if: ${{ ! contains(github.event.pull_request.labels.*.name, 'long-run') }}
3838
timeout-minutes: ${{ inputs.timeout }}
39-
runs-on: ${{ inputs.runner-type}}
39+
runs-on: ${{ inputs.runner-type == 'github-hosted' && 'ubuntu-latest' || fromJSON('["group=${{ vars.RUNNER_GROUP_LATEST }}", "labels=self-hosted"]') }}
4040
# container:
4141
# image: ${{ vars.SFP_IMAGE }}
4242
# credentials:

0 commit comments

Comments
 (0)