Skip to content

Commit 247f53e

Browse files
committed
implement 11.19 Periodic health check
- set schedule to 24 hours
1 parent 4064be5 commit 247f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/healthCheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Health Check
22

33
on:
44
schedule:
5-
- cron: "15 * * * *"
5+
- cron: "0 0 * * *"
66
jobs:
77
healthCheck:
88
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)