Skip to content

Commit 76f71ed

Browse files
committed
move healthcheck to push
1 parent d02f20a commit 76f71ed

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/healthCheck.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Health Check
22

33
on:
4-
schedule:
5-
- cron: "0 0 * * *"
4+
push:
5+
branches:
6+
- main
67
jobs:
78
healthCheck:
89
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)