Skip to content

Commit

Permalink
Add schedule test (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbartz authored Sep 26, 2023
1 parent 08b4a9c commit 375b04f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/temp_schedule_test.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Temporary Schedule Event Tests

on:
schedule:
- cron: '* */1 * * *'

jobs:
schedule-event-tests:
runs-on: [ self-hosted, linux, X64, large, jammy ]
steps:
- name: Echo Hello World
run: |
echo "Hello, world!"

0 comments on commit 375b04f

Please sign in to comment.