Skip to content

Commit

Permalink
Merge pull request #41 from dominant-strategies/dont-include-chart
Browse files Browse the repository at this point in the history
make include chart false
  • Loading branch information
robertlincecum authored Mar 7, 2024
2 parents bdb42f0 + 18474a3 commit faaa1a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
skip_deploy: true
update_version: false
needs_docker: false
include_chart: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''
1 change: 1 addition & 0 deletions .github/workflows/cut-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
cloud_deploy: false
skip_deploy: true
update_version: true
include_chart: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
skip_deploy: true
update_version: false
needs_docker: false
include_chart: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''
1 change: 1 addition & 0 deletions .github/workflows/patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
cloud_deploy: false
skip_deploy: true
update_version: true
include_chart: false
secrets:
GH_PAT: ${{ secrets.GH_PAT }}
BUILD_ARGS: ''
Expand Down

0 comments on commit faaa1a8

Please sign in to comment.