Run the distro validation script daily (#40920)

Blue committed Jun 25, 2026 at 18:50 UTC 8bf1ccbfaa5b0e3409b1695c8a4a19445a50de91
1 file changed +2
.github/workflows/distributions.yml
+2
@@ -3,6 +3,8 @@ name: Validate distributions
3 on:
4 pull_request:
5 paths: ['distributions/**']
6 + schedule:
7 + - cron: '0 0 * * *'
8
9 permissions:
10 contents: read