Chore: Remove cleanup step in Crowdin (#105728)

* remove cleanup step as it's not necessary

* fix CODEOWNERS
This commit is contained in:
Ashley Harrison
2025-05-21 15:14:59 +01:00
committed by GitHub
parent d019b4ff1b
commit 0682ffa0ab
3 changed files with 0 additions and 79 deletions
@@ -36,12 +36,6 @@ jobs:
- run: yarn install --immutable --check-cache
- name: Clean up completed tasks
env:
CROWDIN_PROJECT_ID: '5'
CROWDIN_PERSONAL_TOKEN: ${{ env.CROWDIN_TOKEN }}
run: node --experimental-strip-types ./.github/workflows/scripts/crowdin/cleanup-tasks.ts
- name: Create tasks
env:
CROWDIN_PROJECT_ID: '5'