Skip to content

Commit

Permalink
make include chart false
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 7, 2024
1 parent adaa9ba commit 03101e6
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 03101e6

Please sign in to comment.