From 727086c37022a4243be6aee3abbc2a291bfb89f4 Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Thu, 16 May 2024 03:36:39 -0700 Subject: [PATCH] ci/cd: remove daily workflow trigger (#57) FYI @AlexAxthelm I think it's unnecessary to trigger new scenario builds every day. It ends up just making it very difficult to validate if we are choosing the correct version of scenario outputs to include in a PROD run of data prep. Suggest leaving it to only merges to `main` and `workflow_dispatch` triggers. --- .github/workflows/docker.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 05ebf07..64e3109 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -10,8 +10,6 @@ on: pull_request: push: branches: [main] - schedule: - - cron: '0 0 * * 1,2,3,4,5' workflow_dispatch: name: docker