2 parents 5153f47 + c84c94c commit 9eab3e0Copy full SHA for 9eab3e0
1 file changed
.github/workflows/test-schedule.yml
@@ -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