We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bd8910 + 1032ee9 commit 799a652Copy full SHA for 799a652
1 file changed
.github/workflows/nightly.yml
@@ -2,7 +2,11 @@ name: Nightly Validation
2
3
on:
4
schedule:
5
- - cron: '23 4 * * *'
+ # Weekly full validation: Sunday 04:23 UTC (catches environment drift)
6
+ - cron: '23 4 * * 0'
7
+ push:
8
+ # On-change: run full suite on every push to main/dev
9
+ branches: [main, dev]
10
workflow_dispatch:
11
12
concurrency:
0 commit comments