Skip to content

Commit

Permalink
remove on push
Browse files Browse the repository at this point in the history
  • Loading branch information
lauriemerrell authored Sep 20, 2023
1 parent 20c595f commit 4c06991
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cta_data_downloads.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Automate CTA schedule and realtime downloads

on:
push:
branches:
- 'automate-schedule-downloads'

schedule:
# Run every day at 12:30pm CST which is 5:30pm UTC
Expand Down Expand Up @@ -68,4 +65,4 @@ jobs:
python -c 'from scrape_data.cta_data_downloads import save_realtime_daily_summary; \
save_realtime_daily_summary()' $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY

0 comments on commit 4c06991

Please sign in to comment.