From 940c63062fad72678f05e61bfefe7a0c2da28b1e Mon Sep 17 00:00:00 2001 From: Jackson Hoffart Date: Wed, 15 May 2024 07:20:39 -0700 Subject: [PATCH] ci/cd: remove daily workflow trigger 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