Skip to content

Commit df1ea99

Browse files
authored
CI-fix
1 parent 913800e commit df1ea99

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/select-runner.yml

+10
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,13 @@ jobs:
3838
outputs:
3939
matrix1: ${{ toJSON( fromJSON(inputs.matrices)[1] ) }}
4040
matrix2: ${{ toJSON( fromJSON(inputs.matrices)[2] ) }}
41+
42+
wakeup:
43+
name: Wake up self-hosted runner
44+
if: ${{ inputs.enabled }}
45+
needs: [select]
46+
runs-on: ${{ inputs.bastion-host }}
47+
concurrency: ${{ needs.select.outputs.matrix1 }}
48+
steps:
49+
- uses: actions/checkout@v4
50+
- run: .github/ciChecksScripts/wakeUpRunner.sh

0 commit comments

Comments
 (0)