diff options
Diffstat (limited to '.github/workflows/cron-translations.yml')
-rw-r--r-- | .github/workflows/cron-translations.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cron-translations.yml b/.github/workflows/cron-translations.yml index 31262fd3dd..c83450d2e6 100644 --- a/.github/workflows/cron-translations.yml +++ b/.github/workflows/cron-translations.yml @@ -1,9 +1,9 @@ +name: "Cron: Pull translations from Crowdin" + on: schedule: - cron: "7 0 * * *" # every day at 0:07 UTC -name: Pull translations from Crowdin - jobs: crowdin_pull: runs-on: ubuntu-latest |