Keep Runners Active #1538
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Keep Runners Active | |
| on: | |
| schedule: | |
| - cron: '0 * * * *' # 每小時運行一次 | |
| jobs: | |
| keep-alive: | |
| runs-on: [arc-runner-set] | |
| steps: | |
| - run: echo "Keeping runner scale set active" |