Skip to content

Commit

Permalink
Test reusable action
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleDolezal committed Dec 3, 2023
1 parent 06878cd commit 9649960
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/download-data.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: download-data

on:
schedule:
# Run everyday at 2:00pm CST which is 7:00pm UTC
- cron: 0 19 * * *

# Allows the workflow to be run manually from the Actions tab
workflow_dispatch:
push:
branches:
- reusable-s3-download-action

jobs:
download-data-json:
Expand Down

0 comments on commit 9649960

Please sign in to comment.