Skip to content

Commit

Permalink
Temporarily allow changes to deploy-hubs.yaml file to redeploy everyt…
Browse files Browse the repository at this point in the history
…hing
  • Loading branch information
sgibson91 committed Dec 19, 2024
1 parent fea045d commit 70fb1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy-hubs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**
Expand Down
1 change: 1 addition & 0 deletions deployer/commands/generate/helm_upgrade/decision.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/*",
Expand Down

0 comments on commit 70fb1c6

Please sign in to comment.