Skip to content

Commit 5f729f3

Browse files
authored
add schedule events
1 parent 9956311 commit 5f729f3

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/schedule.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
schedule:
3+
- cron: '*/2 * * * *'
4+
5+
jobs:
6+
hello_world:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: Echo current time
10+
run: echo "The current server time is $(date)"

0 commit comments

Comments
 (0)