Skip to content

Commit

Permalink
Disable scheduled trigger for Database Healthcheck workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangabriele committed Sep 9, 2024
1 parent 4c3db41 commit bb1b58f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/database_healthcheck.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Database Healthcheck

on:
schedule:
# Every day at 7am UTC
- cron: "0 7 * * *"
# schedule:
# # Every day at 7am UTC
# - cron: "0 7 * * *"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit bb1b58f

Please sign in to comment.