Skip to content

Commit 52eaa37

Browse files
authored
Merge pull request #918 from LIT-Protocol/chore/make-health-checks-every-5-minutes
chore: update health check schedule to run every 5 minutes
2 parents cd60373 + 5146f36 commit 52eaa37

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)