From f13b6468b295ba0c35e534a5b97e48cf3bdbb0aa Mon Sep 17 00:00:00 2001 From: Kyle Dolezal Date: Tue, 6 Feb 2024 19:55:43 -0600 Subject: [PATCH] Run on branch push --- .github/workflows/download-data.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/download-data.yml b/.github/workflows/download-data.yml index 1d48458b..5e4e2a48 100644 --- a/.github/workflows/download-data.yml +++ b/.github/workflows/download-data.yml @@ -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: