Skip to content

Commit b25d8d3

Browse files
authored
Update harvester_prod.yml
1 parent 9dfc845 commit b25d8d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/harvester_prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: I14Y Harvester FSVO data repository PROD
22

33
on:
44
# uncomment the two lines to start automatic harvesting
5-
#schedule:
6-
cron: '0 3 * * 1' # At 03:00 on Monday
5+
schedule:
6+
- cron: '0 3 * * 1' # Automatisches Ausführen jeden Montag um 03:00
77
workflow_dispatch: # Allows manual triggering
88

99
jobs:

0 commit comments

Comments
 (0)