From e45f008ba43e333abfbba908acdbd702b1b10b1d Mon Sep 17 00:00:00 2001 From: Jasper Zonneveld Date: Wed, 13 Mar 2024 08:17:13 +0100 Subject: [PATCH] ci: update integration tests cron --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 8b3a961..1a8b9f3 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -3,10 +3,10 @@ name: Run integration tests on: workflow_dispatch: schedule: - - cron: '30 5 * * *' + - cron: '30 5 * * 1-5' jobs: - php-tests: + php-integration-tests: runs-on: ubuntu-latest steps: