forked from datafold/data-diff
-
Notifications
You must be signed in to change notification settings - Fork 1
ci: schedule weekly run for ci_full.yml #42
Copy link
Copy link
Open
Labels
P2-mediumMedium priority, next 1-2 monthsMedium priority, next 1-2 monthsciCI/CD pipelineCI/CD pipelinetriage
Description
Problem
ci_full.yml only runs on PRs to master. Upstream Docker image breaks (Presto, Trino, ClickHouse, Vertica) go undetected between PRs.
Fix
Add cron schedule trigger:
on:
pull_request:
branches: [master]
schedule:
- cron: '0 6 * * 1' # Monday 6am UTCAcceptance Criteria
- ci_full.yml runs weekly on schedule
- Failures notify maintainers (GitHub notification or Slack)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2-mediumMedium priority, next 1-2 monthsMedium priority, next 1-2 monthsciCI/CD pipelineCI/CD pipelinetriage