From 54a9626688af81189e7b31eda9b65d7e32b69061 Mon Sep 17 00:00:00 2001 From: Jared Finder Date: Sun, 19 Nov 2023 23:35:47 -0800 Subject: [PATCH] I'm not sure how to make schedule work. --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b7fef9f..a69c10c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: test on: - - schedule: - - cron: '0 0 * * *' + # - schedule: + # - cron: '0 0 * * *' - push - pull_request jobs: