We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 466e6aa commit 8716d3eCopy full SHA for 8716d3e
1 file changed
.github/workflows/ci-gpu.yaml
@@ -10,7 +10,7 @@ concurrency:
10
on:
11
pull_request:
12
schedule:
13
- - cron: "53 0 * * *" # Daily at 00:53 UTC
+ - cron: "0 0 * * 0" # Weekly at 00:00 UTC on Sunday
14
15
jobs:
16
lint:
0 commit comments