Skip to content

Commit 5146f36

Browse files
committed
chore: update health check schedule to run every 5 minutes
1 parent cd60373 commit 5146f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: E2E Tests and Health Checks
22

33
on:
44
schedule:
5-
- cron: '*/30 * * * *'
5+
- cron: '*/5 * * * *'
66
workflow_dispatch:
77
inputs:
88
datil_branch:

0 commit comments

Comments
 (0)