Skip to content

Commit

Permalink
Disabled cron schedule, can still be launched manually
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard authored May 31, 2024
1 parent c850aeb commit 1e5fe55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/add_new_or_updated_feeds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Add new or updated feeds from Google Sheets/Form

on:
workflow_dispatch:
schedule:
- cron: '55 3 * * *' # Run every night
# schedule:
# - cron: '55 3 * * *' # Run every night

env:
DATE_FORMAT: "[0-9]{1,2}/[0-9]{1,2}/[0-9]{4}|[0-9]{4}-[0-9]{2}-[0-9]{2}" # this is the format we need to compare dates between the CSV and the local system.
Expand Down

0 comments on commit 1e5fe55

Please sign in to comment.