Skip to content

Commit

Permalink
Merge pull request #5300 from sgibson91/ci-test
Browse files Browse the repository at this point in the history
Temporarily allow changes to deploy-hubs.yaml file to redeploy everything
  • Loading branch information
sgibson91 authored Dec 19, 2024
2 parents fea045d + 70fb1c6 commit 965dfc5
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 965dfc5

Please sign in to comment.