From f187aba06c3b7c0b6bf757b4ee1efec32c32ccf2 Mon Sep 17 00:00:00 2001 From: DQ Date: Wed, 1 Jun 2022 20:23:00 +0200 Subject: [PATCH] [CI] increase delay between scheduled pipelines 7d --> 20d (now 1st and 21st of month) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 98bff53..432016b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ on: pull_request: # Daily schedule: - - cron: "0 4 1/7 * *" + - cron: "0 4 1/20 * *" # Allows to run this workflow manually from the Actions tab workflow_dispatch: