Skip to content

Commit 799a652

Browse files
authored
Merge pull request #3 from On-Behalf-AI/ci/nightly-on-change-weekly
ci(nightly): on-change + weekly instead of daily
2 parents 5bd8910 + 1032ee9 commit 799a652

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Nightly Validation
22

33
on:
44
schedule:
5-
- cron: '23 4 * * *'
5+
# 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]
610
workflow_dispatch:
711

812
concurrency:

0 commit comments

Comments
 (0)