Skip to content

Commit 939bdd1

Browse files
authored
Merge pull request #15 from patch-technology/lovisa/update-cron
Run at 5pm UTC
2 parents cb6e496 + be944ad commit 939bdd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/health_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Health check
22
on:
33
schedule:
4-
- cron: '0 9 * * * America/Los_Angeles'
4+
- cron: '0 17 * * *'
55

66
jobs:
77
build-and-test:

0 commit comments

Comments
 (0)