fix a small mistake and limit common updates to tuesday

This commit is contained in:
kjeld Schouten-Lebbing
2021-08-31 12:05:39 +02:00
parent 39f9cad90e
commit 48f6102ac9
3 changed files with 19 additions and 11 deletions
+4 -6
View File
@@ -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: |