Adapt automation

This commit is contained in:
curquiza
2025-07-20 22:11:14 +02:00
parent dc0bd9f25d
commit dc1656da8e
3 changed files with 7 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: Look for flaky tests
on:
workflow_dispatch:
schedule:
- cron: "0 12 * * FRI" # Every Friday at 12:00PM
- cron: '0 4 * * *' # Every day at 4:00AM
jobs:
flaky: