Skip to content

Commit

Permalink
fix cron fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixTJDietrich committed Oct 5, 2024
1 parent fdb650b commit fd7c158
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ monitoring:
runOnStartup: ${MONITORING_RUN_ON_STARTUP:true}
# Fetching timeframe in days
timeframe: ${MONITORING_TIMEFRAME:30}
repository-sync-cron: ${MONITORING_REPOSITORY_SYNC_CRON:"0 0 * * * *"}
repository-sync-cron: ${MONITORING_REPOSITORY_SYNC_CRON:0 0 * * * *}
repositories: ${MONITORING_REPOSITORIES:ls1intum/Artemis}

github:
Expand Down

0 comments on commit fd7c158

Please sign in to comment.