From 08e4444cf3e76a45f84763e4b3126a713e55c086 Mon Sep 17 00:00:00 2001 From: Scott Chamberlain Date: Wed, 27 Jan 2021 11:50:34 -0800 Subject: [PATCH] run real requests - this time against most recent commit --- .github/workflows/check-cron.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/check-cron.yml b/.github/workflows/check-cron.yml index ecd3bc9d..0c6e8522 100644 --- a/.github/workflows/check-cron.yml +++ b/.github/workflows/check-cron.yml @@ -1,4 +1,7 @@ on: + push: + branches: + - master schedule: - cron: '0 */72 * * *' # every 3 days