Skip to content

Commit

Permalink
Create runner-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
benlee0423 authored Sep 13, 2023
1 parent 997d181 commit 21b0fb9
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/runner-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Runner Test
on:
schedule:
- cron: "1 6 * * *"
workflow_dispatch:

jobs:
test-run:
runs-on: Nightly_Runner
steps:
- name: wait runner up
shell: bash
run: |
echo "testing github runner"

0 comments on commit 21b0fb9

Please sign in to comment.