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: