Skip to content

Commit

Permalink
Merge pull request #1098 from GSA/tracking-nightly
Browse files Browse the repository at this point in the history
change tracking-update to nightly
  • Loading branch information
nickumia-reisys authored Oct 6, 2023
2 parents 90cfc2e + 9a3cc45 commit df87e6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ckan_auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 4 - Automated CKAN Jobs

on:
schedule:
- cron: '30 7 * * 0' # Tracking Update -- every Sunday at 2:30am EST
- cron: '30 7 * * *' # Tracking Update -- every day at 2:30am EST
- cron: '0 2 * * *' # S3 Sitemap Update -- every day at 10pm EST
- cron: '4/15 * * * *' # Harvester Check -- every 15 mins
- cron: '0 3 * * *' # DB-Solr-Sync -- every day at 10pm EST
Expand All @@ -13,7 +13,7 @@ on:
env:
ERROR: false
# Make sure 'schedule-cron' matches these varaibles.
SCHEDULE_TRACKING: '30 7 * * 0'
SCHEDULE_TRACKING: '30 7 * * *'
SCHEDULE_SITEMAP: '0 2 * * *'
SCHEDULE_HARVESTING: '4/15 * * * *'
SCHEDULE_DBSOLR_SYNC: '0 3 * * *'
Expand Down

0 comments on commit df87e6a

Please sign in to comment.