Runner Test #8
This file contains 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: Runner Test | |
on: | |
schedule: | |
- cron: "1 6 * * *" | |
workflow_dispatch: | |
jobs: | |
test-run: | |
runs-on: | |
labels: Nightly_Runner | |
steps: | |
- name: print uname | |
shell: bash | |
run: | | |
uname -a | |
- name: wait runner up | |
shell: bash | |
run: | | |
echo "testing github runner" |