Skip to content

Commit

Permalink
Disable cron schedule though
Browse files Browse the repository at this point in the history
  • Loading branch information
Javex committed Apr 8, 2024
1 parent a205b7b commit 67ec5ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scrape-groceries.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Scrape Groceries
on:
workflow_dispatch:
schedule:
- cron: "0 1 * * *" # Daily at 1am UTC (12pm AEST)
# schedule:
# - cron: "0 1 * * *" # Daily at 1am UTC (12pm AEST)
env:
AWS_REGION: ap-southeast-2
jobs:
Expand Down

0 comments on commit 67ec5ba

Please sign in to comment.