From 43db4fdf0c4d67541b7f43aa1b61f3a6b2b70e51 Mon Sep 17 00:00:00 2001 From: Matt Davis Date: Mon, 25 Sep 2023 17:11:19 -0700 Subject: [PATCH] enable weekly 1pm Monday scheduled CI run on release-1.16 --- .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: