diff options
| author | nea <nea@nea.moe> | 2023-05-16 03:23:09 +0200 |
|---|---|---|
| committer | nea <nea@nea.moe> | 2023-05-16 03:23:09 +0200 |
| commit | fbe8bc680b742177ae54c8be1df5c33fb1635575 (patch) | |
| tree | ea588031346050838fed4ea6c6cc60ee0306d978 /.github/workflows | |
| parent | 618121c93c870ddc1ec042e273a443941a2ac6ae (diff) | |
| download | Firmament-fbe8bc680b742177ae54c8be1df5c33fb1635575.tar.gz Firmament-fbe8bc680b742177ae54c8be1df5c33fb1635575.tar.bz2 Firmament-fbe8bc680b742177ae54c8be1df5c33fb1635575.zip | |
Make translations a cronjob
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/crowdin.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 8c1fc6b..6189172 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -1,9 +1,8 @@ name: Crowdin Action on: - push: - branches: - - master - + schedule: + - cron: '0 0 * * *' + workflow_dispatch: { } jobs: synchronize-with-crowdin: runs-on: ubuntu-latest |
