Skip to content

ci: schedule weekly run for ci_full.yml #42

@dtsong

Description

@dtsong

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 UTC

Acceptance Criteria

  • ci_full.yml runs weekly on schedule
  • Failures notify maintainers (GitHub notification or Slack)

Metadata

Metadata

Assignees

No one assigned

    Labels

    P2-mediumMedium priority, next 1-2 monthsciCI/CD pipelinetriage

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions