diff --git a/.github/workflows/download-data.yml b/.github/workflows/download-data.yml index 4ca5e80f..043fe5f2 100644 --- a/.github/workflows/download-data.yml +++ b/.github/workflows/download-data.yml @@ -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