diff options
author | techknowlogick <techknowlogick@gitea.io> | 2023-04-25 21:38:49 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-25 21:38:49 -0400 |
commit | 2ec2d065316a488c4748061fe7b19f0b57f3546f (patch) | |
tree | 994504e9a9d4df5023bc62f8b418b73a322d77fb /.github | |
parent | abc5f8c235f5de617b729eb9de9e5c355f52ba7c (diff) | |
download | gitea-2ec2d065316a488c4748061fe7b19f0b57f3546f.tar.gz gitea-2ec2d065316a488c4748061fe7b19f0b57f3546f.zip |
on schedule
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cron-translations.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cron-translations.yml b/.github/workflows/cron-translations.yml index 937a7a59a1..31262fd3dd 100644 --- a/.github/workflows/cron-translations.yml +++ b/.github/workflows/cron-translations.yml @@ -1,5 +1,5 @@ on: - cron: + schedule: - cron: "7 0 * * *" # every day at 0:07 UTC name: Pull translations from Crowdin |