From 8e7e47097ff46d6899615ef027b4bc4473315d28 Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Thu, 8 Sep 2022 15:51:43 +0100 Subject: [PATCH] making the automated release train only release on mondays and thursday to avoid spamming the play console with new release --- .github/workflows/{nightly.yml => release-train.yml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{nightly.yml => release-train.yml} (96%) diff --git a/.github/workflows/nightly.yml b/.github/workflows/release-train.yml similarity index 96% rename from .github/workflows/nightly.yml rename to .github/workflows/release-train.yml index d9120a9..78ba14c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/release-train.yml @@ -3,7 +3,7 @@ name: Nightly on: workflow_dispatch: schedule: - - cron: '0 19 * * *' + - cron: '0 19 * * 1,4' jobs: check-develop-beta-changes: