From d9c5057d7607247a6f8dbbc674628a77e76ca1e9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Fri, 5 Apr 2024 01:16:20 +0200 Subject: [PATCH] ci: Only push strings once a month --- .github/workflows/pull_strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_strings.yml b/.github/workflows/pull_strings.yml index 8202912d..9c8832dd 100644 --- a/.github/workflows/pull_strings.yml +++ b/.github/workflows/pull_strings.yml @@ -3,7 +3,7 @@ name: Pull strings on: workflow_dispatch: schedule: - - cron: 0 * 1 * * + - cron: 0 0 1 * * jobs: pull: