Skip to content

Commit

Permalink
fix(DMVP-3604): test charts folder change
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdntgrn committed Jun 14, 2024
1 parent 4450593 commit a790db5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- 'charts/**'
# run only if some 'charts' files were changed
- name: backend tests
if: steps.filter.outputs.backend == 'true'
- name: charts changed
if: steps.filter.outputs.charts_changed == 'true'
run: |
echo "charts changed: ${{ steps.filter.outputs.charts_changed_files }}"
# release:
Expand Down
1 change: 1 addition & 0 deletions charts/base-cronjob/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# How to


## Easy Howto
Easiest option to deploy cronjob is:
```bash
Expand Down
1 change: 1 addition & 0 deletions charts/base/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# How to use as dependency, basic example


```
dependencies:
- name: base
Expand Down

0 comments on commit a790db5

Please sign in to comment.