From 987a0445f1a98cbb54942fe5ec80525a1aaecb41 Mon Sep 17 00:00:00 2001 From: George Mandis Date: Tue, 4 Feb 2020 10:02:29 -0500 Subject: [PATCH] Update publish.yml Commenting out the cron scheduling because I don't actually want this to run on the repo --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e779232..29e675f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -6,7 +6,7 @@ on: - master schedule: # Run this script every 15 minutes - - cron: '*/15 * * * *' + # - cron: '*/15 * * * *' jobs: build: