Internationalisation: Enable automatic scheduling for translations (#107629)

enable schedule for crowdin task creation
pull/107633/head
Ashley Harrison 2 weeks ago committed by GitHub
parent 81a20caf6b
commit 1e3f7bfd67
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      .github/workflows/i18n-crowdin-create-tasks.yml

@ -2,10 +2,9 @@ name: Crowdin automatic task management
on: on:
workflow_dispatch: workflow_dispatch:
# once a week on Sunday at midnight # once a month on the first day of the month at midnight
# TODO enable once we're ready to create tasks automatically schedule:
# schedule: - cron: "0 0 1 * *"
# - cron: "0 0 * * 0"
jobs: jobs:
create-tasks-in-crowdin: create-tasks-in-crowdin:

Loading…
Cancel
Save