From 57fe74249d3e328702c41e4f89efa2f04286eb34 Mon Sep 17 00:00:00 2001 From: Julien Loizelet Date: Wed, 16 Aug 2023 16:32:59 +0900 Subject: [PATCH] ci(debug): Add cron for testing every 2 hours --- .github/workflows/debug-ci-tests.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/debug-ci-tests.yml b/.github/workflows/debug-ci-tests.yml index 37f83f1..b76cc56 100644 --- a/.github/workflows/debug-ci-tests.yml +++ b/.github/workflows/debug-ci-tests.yml @@ -3,6 +3,9 @@ on: pull_request: push: branches: [ main ] + + schedule: + - cron: '40 */2 * * *' workflow_dispatch: inputs: