We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfc845 commit b25d8d3Copy full SHA for b25d8d3
.github/workflows/harvester_prod.yml
@@ -2,8 +2,8 @@ name: I14Y Harvester FSVO data repository PROD
2
3
on:
4
# uncomment the two lines to start automatic harvesting
5
- #schedule:
6
- cron: '0 3 * * 1' # At 03:00 on Monday
+ schedule:
+ - cron: '0 3 * * 1' # Automatisches Ausführen jeden Montag um 03:00
7
workflow_dispatch: # Allows manual triggering
8
9
jobs:
0 commit comments