Run E2E more often

This commit is contained in:
Andras Schmelczer 2025-12-03 23:18:13 +00:00
parent 8ef2f8c132
commit 2607bc5213
2 changed files with 7 additions and 6 deletions

View file

@ -6,7 +6,7 @@ on:
pull_request:
branches: ["main"]
schedule:
- cron: '0 */4 * * *'
- cron: '0 * * * *'
concurrency:
group: e2e-tests
@ -48,4 +48,4 @@ jobs:
cargo run config-e2e.yml --color never &
cd ..
scripts/e2e.sh 8
scripts/e2e.sh 16