From e95cdb3a8f2b1139f0f2e81ae7562c7a83573c0e Mon Sep 17 00:00:00 2001 From: Jason Jackson Date: Thu, 7 Mar 2024 13:30:20 -0500 Subject: [PATCH] move cron comment --- .github/workflows/build-and-publish.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index b9788bc..c51cfea 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -1,15 +1,15 @@ name: Build and Publish -on: +on: push: schedule: - # cron: Minutes Hours Day-of-month Month Day-of-week # High load times include the start of every hour. # If the load is sufficiently high enough, some queued jobs may be dropped. # To decrease the chance of delay, schedule your workflow to run at a different time of the hour. + # cron: Minutes Hours Day-of-month Month Day-of-week - cron: "7 1 8 * *" -jobs: +jobs: build-and-publish: name: Build and Publish runs-on: ubuntu-latest