changed cron schedule back
Code Quality Pipeline / code-quality (push) Successful in 27s
Test Python Package / test (push) Successful in 27s

This commit is contained in:
Brian Bjarke Jensen
2025-09-18 22:33:41 +02:00
parent 84c8133252
commit f858877bb5
+1 -1
View File
@@ -3,7 +3,7 @@ name: Sync Label Studio
on: on:
schedule: schedule:
# This job will run every day at 03:00 AM # This job will run every day at 03:00 AM
- cron: "0/2 * * * *" - cron: "0 3 * * *"
jobs: jobs:
sync_storage: sync_storage: