cronjob scheint zu funktionieren jetzt 3:20 Uhr

This commit is contained in:
dewomser 2024-10-29 03:18:03 +01:00 committed by GitHub
parent c41822d9ed
commit ed7b193fc2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ on:
branches: ["main"] branches: ["main"]
schedule: schedule:
- cron: '* * * * *' # Jede Nacht - cron: '20 3 * * *' # Jede Nacht
# Allows you to run this workflow manually from the Actions tab # Allows you to run this workflow manually from the Actions tab