Skip to content

Commit

Permalink
ci/cd: remove daily workflow trigger (#57)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jdhoffa authored May 16, 2024
1 parent 361bdc1 commit 727086c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ on:
pull_request:
push:
branches: [main]
schedule:
- cron: '0 0 * * 1,2,3,4,5'
workflow_dispatch:

name: docker
Expand Down

0 comments on commit 727086c

Please sign in to comment.