From c062f2cf7b9cdb62270cc9b9267fbd6f9c133939 Mon Sep 17 00:00:00 2001 From: Matt Davis <6775756+nitzmahone@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:19:06 -0700 Subject: [PATCH] enable weekly 1pm Monday scheduled CI run on release-1.16 (#5) --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dd882c07..4ea5398a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,6 +2,8 @@ on: push: pull_request: types: [ opened, synchronize, reopened ] + schedule: + - cron: '0 13 * * 1' jobs: sdist: