fix a small mistake and limit common updates to tuesday
This commit is contained in:
@@ -112,6 +112,10 @@ jobs:
|
||||
--template-files="/home/runner/work/apps/apps/templates/docs/common-helm-values.md.gotmpl" \
|
||||
--chart-search-root="/home/runner/work/apps/apps/charts/library/common"
|
||||
|
||||
- name: run pre-commit checks
|
||||
continue-on-error: true
|
||||
uses: pre-commit/action@v2.0.3
|
||||
|
||||
- uses: dorny/paths-filter@v2
|
||||
id: filter
|
||||
with:
|
||||
@@ -149,11 +153,6 @@ jobs:
|
||||
pybump bump --file ./charts/${train}/${chart}/Chart.yaml --level patch
|
||||
done
|
||||
|
||||
- name: run pre-commit checks
|
||||
continue-on-error: true
|
||||
uses: pre-commit/action@v2.0.3
|
||||
|
||||
|
||||
- name: Copy general readme to website
|
||||
run: |
|
||||
yes | cp -rf index.yaml docs/index.yaml || echo "chart-index copy failed, continuing..."
|
||||
@@ -192,7 +191,6 @@ jobs:
|
||||
- name: Cleanup
|
||||
run: |
|
||||
rm -rf changes.json
|
||||
rm -rf /home/runner/work/apps/apps/charts/library/common/helm-values.md
|
||||
|
||||
- name: Commit and Push Housekeeping
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user