From ac07e18fa1a5c5d9e8b5dd94aabd5c6c3463e73d Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Wed, 19 Oct 2022 17:36:55 +0200 Subject: [PATCH] repeating why2-test workflow every hour I mean... I hope --- .github/workflows/why2-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/why2-test.yml b/.github/workflows/why2-test.yml index 6c0a968..1e0cff2 100644 --- a/.github/workflows/why2-test.yml +++ b/.github/workflows/why2-test.yml @@ -4,6 +4,8 @@ on: push: branches: [ development ] workflow_dispatch: + schedule: + - cron: '0 * * * *' jobs: test-why2: