Skip to content

Commit

Permalink
update workflow, exclude pvc
Browse files Browse the repository at this point in the history
  • Loading branch information
sandstromviktor committed Mar 18, 2024
1 parent 2ea0acb commit 1d26a40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:

- name: Run chart-testing (install)
if: steps.list-changed.outputs.changed == 'true'
run: ct install --chart-dirs apps --all --target-branch main --excluded-charts shinyproxy
run: ct install --chart-dirs apps --all --target-branch main --excluded-charts shinyproxy,volumek8s
3 changes: 1 addition & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,5 @@ jobs:
if [ -z "${pkg:-}" ]; then
break
fi
helm push "${pkg}" oci://ghcr.io/scilifelabdatacentre/serve-charts
helm push "${pkg}" oci://ghcr.io/scilifelabdatacentre/serve-charts || true
done

0 comments on commit 1d26a40

Please sign in to comment.