Skip to content

Commit 69c86e7

Browse files
authored
schedule file
1 parent cf5ea06 commit 69c86e7

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

github-actions/schedule.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
on:
2+
schedule:
3+
- cron: '*/5 * * * *'
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)