Set cron to 05:00 UTC in tsan.yaml

This commit is contained in:
vfdev 2025-02-04 12:34:35 +01:00 committed by GitHub
parent c7d535d3c9
commit a026de2341
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@ concurrency:
on:
schedule:
- cron: "0 12 * * *" # Daily at 12:00 UTC
- cron: "0 5 * * *" # Daily at 05:00 UTC == 00:00 EST == 21:00 PST
workflow_dispatch: # allows triggering the workflow run manually
pull_request: # Automatically trigger on pull requests affecting this file
branches: