Skip to content

Commit 71f224c

Browse files
committed
👌IMPROVE: run github actions every 3 days once
1 parent 7e1a150 commit 71f224c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/deploy.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- deploy
77
schedule:
8-
- cron: '0 0 * * *'
8+
- cron: '0 0 */3 * *'
99

1010
jobs:
1111
deploy:

0 commit comments

Comments
 (0)