diff options
author | Robert Göhler <github@ghlr.de> | 2023-09-06 21:06:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-06 21:06:10 +0200 |
commit | d4feb684165f5276890f878bb4cc569f58c4ef4f (patch) | |
tree | 759132e8b943d2e37a38012c222120f10c340fa3 /.github | |
parent | 3514248c090ff778e6a4d2ceb9ce8921c7241a20 (diff) | |
download | vyos-documentation-d4feb684165f5276890f878bb4cc569f58c4ef4f.tar.gz vyos-documentation-d4feb684165f5276890f878bb4cc569f58c4ef4f.zip |
github: schedule update-translations action
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/update-translations.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 4d35774a..dfb5dde4 100644 --- a/.github/workflows/update-translations.yml +++ b/.github/workflows/update-translations.yml @@ -1,6 +1,9 @@ name: "translation: generate, upload, download" on: workflow_dispatch: + schedule: + # 06:00 UTC on Monday + - cron: '0 6 * * 1' jobs: main: |