Skip to content

Commit

Permalink
turned off push triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleGrealis authored Nov 4, 2024
1 parent afc782b commit 1897bf7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/weekly-nascar-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.'
})
})

0 comments on commit 1897bf7

Please sign in to comment.