From 9085561ece334da8e23a64b0493eb710ca71afbf Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 10 Apr 2026 12:24:30 +0100 Subject: [PATCH] chore: runs at `9am` --- .github/workflows/static.yml | 3 ++- .github/workflows/tests.yml | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d7fa2a71..6f5ee1bd 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,7 +5,7 @@ on: branches: [4.x] pull_request: schedule: - - cron: '0 0 * * *' + - cron: '0 9 * * *' concurrency: group: static-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -17,6 +17,7 @@ jobs: name: Static Tests runs-on: ubuntu-latest + timeout-minutes: 15 strategy: fail-fast: true matrix: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f6e1b65b..41abc6a1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -4,6 +4,8 @@ on: push: branches: [4.x] pull_request: + schedule: + - cron: '0 9 * * *' concurrency: group: tests-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -14,6 +16,7 @@ jobs: if: github.event_name != 'schedule' || github.repository == 'pestphp/pest' runs-on: ${{ matrix.os }} + timeout-minutes: 15 strategy: fail-fast: true matrix: