Skip to content

Commit a6a9065

Browse files
update selfhost runner logic1
1 parent 8f90a1f commit a6a9065

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/_linux-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,13 +107,13 @@ jobs:
107107
environment: ${{ github.ref == 'refs/heads/main' && 'scribe-protected' || startsWith(github.ref, 'refs/heads/release/') && 'scribe-protected' || contains(github.event.pull_request.labels.*.name, 'ci-scribe') && 'scribe-pr' || '' }}
108108
# Don't run on forked repos
109109

110-
runs-on: ${{ matrix.runner.labels }}
110+
runs-on: ${{ inputs.runner_prefix}}${{ inputs.runner }}
111111

112112
timeout-minutes: 240
113113
outputs:
114114
docker-image: ${{ steps.calculate-docker-image.outputs.docker-image }}
115115
test-matrix: ${{ steps.filter.outputs.test-matrix }}
116-
116+
117117
steps:
118118

119119
- name: Setup SSH (Click me for login details)

0 commit comments

Comments
 (0)