From 04139bc80160256d67731181f927ff5f530c5bde Mon Sep 17 00:00:00 2001 From: Kevin Cameron Grismore Date: Thu, 9 Nov 2023 18:01:46 -0600 Subject: [PATCH] remove select deployments --- select_actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/select_actions.py b/select_actions.py index 8e496c0..1a09a8d 100644 --- a/select_actions.py +++ b/select_actions.py @@ -36,8 +36,6 @@ def select_actions(build: str, push: str, pull: str, staging: bool) -> None: for step, action in actions.items(): edit_yaml(step, action) - select_deployments(staging=staging) - if __name__ == "__main__": select_actions()