removed unsupported flag
Code Quality Pipeline / code-quality (push) Has been cancelled
Test Python Package / test (push) Has been cancelled
Sync Label Studio / sync_storage (push) Has started running

This commit is contained in:
Brian Bjarke Jensen
2025-09-18 21:50:08 +02:00
parent 051ce2c771
commit 609800483b
+2 -2
View File
@@ -3,7 +3,7 @@ name: Sync Label Studio
on:
schedule:
# This job will run every day at 03:00 AM
- cron: "0/5 * * * *"
- cron: "* * * * *"
jobs:
sync_storage:
@@ -29,6 +29,6 @@ jobs:
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
run: |
mc alias set myminio http://10.0.0.2:9000 $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
mc mirror --recursive --overwrite --attr 'Content-Type=application/json' \
mc mirror --overwrite --attr 'Content-Type=application/json' \
myminio/visual-semiotic-ai-analysis/label-studio-output \
myminio/visual-semiotic-ai-analysis/label-studio-output