diff --git a/.github/workflows/sync-translated-documents.yml b/.github/workflows/sync-translated-documents.yml index 2ea879b9..99c28d63 100644 --- a/.github/workflows/sync-translated-documents.yml +++ b/.github/workflows/sync-translated-documents.yml @@ -2,6 +2,8 @@ name: Sync Translations on: workflow_dispatch: + schedule: + - cron: "0 0 * * *" jobs: sync-translated-documents: @@ -32,3 +34,4 @@ jobs: author: task-bot <106601941+task-bot@users.noreply.github.com> labels: translation token: ${{ secrets.GH_PAT }} + draft: true