chore: runs at 9am

This commit is contained in:
nuno maduro
2026-04-10 12:24:30 +01:00
parent b71bfc513a
commit 9085561ece
2 changed files with 5 additions and 1 deletions

View File

@ -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: