Skip to content

Commit

Permalink
move healthcheck to push
Browse files Browse the repository at this point in the history
  • Loading branch information
devserkan committed Sep 30, 2024
1 parent d02f20a commit 76f71ed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/healthCheck.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Health Check

on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
jobs:
healthCheck:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 76f71ed

Please sign in to comment.