diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2022-01-09 13:53:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-09 08:23:38 +0000 |
commit | 910212b3ae66cd7611c2fc79cc9e5fb2ce7826ff (patch) | |
tree | ffac252a783fa5b8797f64d32a7eef863cd0564d /.github/workflows | |
parent | 45b75b74c57ede100875bc9b03f0b7153f69788b (diff) |
Raise timeouts for Crowdin task again (#1652)
* build-logic: raise HTTP timeouts for Crowdin again
* github: allow running Crowdin job manually
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/sync_crowdin.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 8f4c6030..651cd603 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -1,5 +1,6 @@ name: Sync localisations from Crowdin on: + workflow_dispatch: schedule: - cron: '0 0 * * 6' |