From 1897bf74730aa6cf7a2690beb675e24ae168bc6e Mon Sep 17 00:00:00 2001 From: Kyle Grealis <84798289+kyleGrealis@users.noreply.github.com> Date: Mon, 4 Nov 2024 08:07:38 -0600 Subject: [PATCH] turned off push triggers --- .github/workflows/weekly-nascar-update.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/weekly-nascar-update.yml b/.github/workflows/weekly-nascar-update.yml index 35525de..cbfa312 100644 --- a/.github/workflows/weekly-nascar-update.yml +++ b/.github/workflows/weekly-nascar-update.yml @@ -4,10 +4,10 @@ on: schedule: - cron: '0 0 * * 1' # Runs at 00:00 on Monday workflow_dispatch: # Manual triggering for testing - push: - branches: - - dev # Explicitly allow running on dev branch - - main + # push: + # branches: + # - dev # Explicitly allow running on dev branch + # - main jobs: update-nascar-data: @@ -89,4 +89,4 @@ jobs: repo: context.repo.repo, title: 'NASCAR Data Production Update Failed', body: 'The production run failed after successful debug. Please check the GitHub Actions logs.' - }) \ No newline at end of file + })