Skip to content

ci: schedule weekly run for ci_full.yml #42

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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