From 33b52077ffed16c265eb6fb3c1e2dff3102aa511 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=B4me=20Chilliet?= Date: Mon, 30 Jan 2023 11:59:54 +0100 Subject: [PATCH] Only run 32bit CI once a day MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- .github/workflows/phpunit-32bits.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-32bits.yml b/.github/workflows/phpunit-32bits.yml index 78be0120cf1..1f91281bf16 100644 --- a/.github/workflows/phpunit-32bits.yml +++ b/.github/workflows/phpunit-32bits.yml @@ -1,6 +1,9 @@ name: PHPUnit -on: pull_request +on: + workflow_dispatch: + schedule: + - cron: "15 1 * * 1-6" permissions: contents: read -- 2.39.5