Skip to content

Commit

Permalink
deactivate chron updates
Browse files Browse the repository at this point in the history
  • Loading branch information
robindemourat committed Aug 28, 2024
1 parent d9bb8c8 commit 5f227af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ on:
push:
branches:
- prod
schedule:
# every day at midnight
- cron: "0 0 * * *"
# schedule:
# # every day at midnight
# - cron: "0 0 * * *"
# every hour at 30m
# - cron: "30 * * * *"
jobs:
Expand Down

0 comments on commit 5f227af

Please sign in to comment.