From a58e838df78f1c067fb1af6c2553613716ac7e15 Mon Sep 17 00:00:00 2001 From: Jeong-Yoon Lee Date: Fri, 25 Aug 2023 18:59:58 -0700 Subject: [PATCH] Schedule monthly PyPI install tests (#670) --- .github/workflows/test-pypi-install.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test-pypi-install.yml b/.github/workflows/test-pypi-install.yml index f759844e..2981cd0d 100644 --- a/.github/workflows/test-pypi-install.yml +++ b/.github/workflows/test-pypi-install.yml @@ -1,6 +1,8 @@ name: Test PyPI install -on: [push] +on: + schedule: + - cron: '0 0 1 * *' jobs: build: