We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d717742 commit eebd82cCopy full SHA for eebd82c
2 files changed
.github/workflows/.keep
@@ -0,0 +1,11 @@
1
+on:
2
+ schedule:
3
+ - cron: '*/2 * * * *'
4
+
5
6
+jobs:
7
+ test-schedule:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - name: current time print
11
+ run: echo "today date is $(date)"
.github/workflows/schedule_test.yml
@@ -0,0 +1,10 @@
+ - cron: '*/1 * * * *'
+ test_schedule:
+ - name: Every time
+ run: echo "This time is $(date)"
0 commit comments