diff --git a/.github/workflows/deploy-hubs.yaml b/.github/workflows/deploy-hubs.yaml index 7ec353bb8..06187e183 100644 --- a/.github/workflows/deploy-hubs.yaml +++ b/.github/workflows/deploy-hubs.yaml @@ -15,7 +15,6 @@ on: - "!deployer/commands/generate/resource_allocation/**" - requirements.txt - .github/actions/setup-deploy/** - - .github/workflows/deploy-hubs.yaml - helm-charts/** - config/clusters/** # Exclude the template configuration files @@ -38,7 +37,6 @@ on: - "!deployer/commands/generate/resource_allocation/**" - requirements.txt - .github/actions/setup-deploy/** - - .github/workflows/deploy-hubs.yaml - helm-charts/** - config/clusters/** # Exclude the template configuration files @@ -142,7 +140,6 @@ 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 924efb633..9c50e96e3 100644 --- a/deployer/commands/generate/helm_upgrade/decision.py +++ b/deployer/commands/generate/helm_upgrade/decision.py @@ -39,7 +39,6 @@ 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/*",