Skip to content

Commit c84c94c

Browse files
Add scheduled test workflow
1 parent 8f889a0 commit c84c94c

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Test Schedule
2+
3+
on:
4+
schedule:
5+
- cron: '*/5 * * * *'
6+
7+
jobs:
8+
test:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- run: echo "It works!"

0 commit comments

Comments
 (0)