From 5edb84b3751a2cb58ddb4bdd965ea3d69a09ae05 Mon Sep 17 00:00:00 2001 From: "Fabien C. Y. Benureau" Date: Thu, 4 May 2023 16:58:57 +0200 Subject: [PATCH] add workflow_dispatch, schedule tests once a week --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3e9a283..17c652c 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -3,8 +3,9 @@ name: Pubs tests on: push: pull_request: + workflow_dispatch: schedule: - - cron: '0 8 * * *' + - cron: '0 8 * * MON' jobs: