From 8fd839db5c24463c289c4e1b27dcab37feebd97e Mon Sep 17 00:00:00 2001 From: Yasan Date: Tue, 13 Sep 2022 09:07:55 +0430 Subject: [PATCH] Run `crowdin.yml` once a week instead of daily --- .github/workflows/crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 0e92fc6840..cf7ccb244f 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -2,7 +2,7 @@ name: Crowdin on: schedule: - - cron: '0 0 * * *' + - cron: '0 0 * * 0' workflow_dispatch: permissions: