mirror of
https://github.com/ROCm/jax.git
synced 2025-04-19 05:16:06 +00:00
Set cron to 05:00 UTC in tsan.yaml
This commit is contained in:
parent
c7d535d3c9
commit
a026de2341
2
.github/workflows/tsan.yaml
vendored
2
.github/workflows/tsan.yaml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user