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 afb4878 commit c16a8f4
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/download-data.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
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:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: download data
Expand Down

0 comments on commit c16a8f4

Please sign in to comment.