Skip to content
This repository was archived by the owner on Apr 18, 2025. It is now read-only.

Commit a35d4b2

Browse files
committed
Delete wakeup-runner part in CI. (#1007)
1 parent 56a8040 commit a35d4b2

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/select-runner.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,3 @@ 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)