Internationalisation: Disable automatic task creation (for now) (#105926)

comment out automatic task creation
This commit is contained in:
Ashley Harrison
2025-05-23 12:34:01 +03:00
committed by GitHub
parent eb8f3bc071
commit 9769871a88
@@ -3,8 +3,9 @@ name: Crowdin automatic task management
on:
workflow_dispatch:
# once a week on Sunday at midnight
schedule:
- cron: "0 0 * * 0"
# TODO enable once we're ready to create tasks automatically
# schedule:
# - cron: "0 0 * * 0"
jobs:
create-tasks-in-crowdin: