From 70fb1c68b15a12e83547762345c6cef7ae7ef3e8 Mon Sep 17 00:00:00 2001 From: Sarah Gibson Date: Thu, 19 Dec 2024 16:50:07 +0000 Subject: [PATCH] Temporarily allow changes to deploy-hubs.yaml file to redeploy everything --- .github/workflows/deploy-hubs.yaml | 1 + deployer/commands/generate/helm_upgrade/decision.py | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 4aaf25d82..0ec27a919 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -142,6 +142,7 @@ jobs: - added|modified: deployer/** - added|modified: requirements.txt - added|modified: .github/actions/setup-deploy/** + - added|modified: .github/workflows/deploy-hubs.yaml - added|modified: helm-charts/basehub/** - added|modified: helm-charts/daskhub/** - added|modified: helm-charts/support/** diff --git a/deployer/commands/generate/helm_upgrade/decision.py b/deployer/commands/generate/helm_upgrade/decision.py index 9c50e96e3..924efb633 100644 --- a/deployer/commands/generate/helm_upgrade/decision.py +++ b/deployer/commands/generate/helm_upgrade/decision.py @@ -39,6 +39,7 @@ def discover_modified_common_files(modified_paths): "requirements.txt", # Filepath to local GitHub Action that sets up clusters for deploy ".github/actions/setup-deploy/*", + ".github/workflows/deploy-hubs.yaml", # Filepaths related to helm chart infrastructure "helm-charts/basehub/*", "helm-charts/daskhub/*",