From 3c362c3f05442e390254541b642a282f55fb0861 Mon Sep 17 00:00:00 2001 From: Maurits van Rees Date: Thu, 12 Sep 2024 18:56:57 +0200 Subject: [PATCH] Run plone version check only once a week, or manually. I look at this only rarely, so it is not needed to run this on every PR or commit. --- .github/workflows/versioncheck.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/versioncheck.yml b/.github/workflows/versioncheck.yml index 6dc4b593ed..ab3d073ea2 100644 --- a/.github/workflows/versioncheck.yml +++ b/.github/workflows/versioncheck.yml @@ -1,8 +1,10 @@ name: Plone Versioncheck on: - push: - branches: ["6.1"] + schedule: + - cron: "40 6 * * 0" + # Allow to run this workflow manually from the Actions tab + workflow_dispatch: jobs: build: