chore: fix ci
This commit is contained in:
parent
3f9abb464f
commit
b054f2ab6f
1 changed files with 1 additions and 5 deletions
|
@ -5,10 +5,6 @@ on:
|
|||
tags:
|
||||
- "*"
|
||||
|
||||
# concurrency:
|
||||
# cancel-in-progress: true
|
||||
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
|
@ -16,7 +12,7 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Publish Helm charts
|
||||
# uses: https://git.devthefuture.org/devthefuture/helm-pages.git@master
|
||||
uses: https://git.devthefuture.org/devthefuture/helm-pages.git@daf4371475f3d957bfa877248321f6685a92cf09
|
||||
uses: https://git.devthefuture.org/devthefuture/helm-pages.git@5c501aaa7a4dcc1e15c3d1e9a8baf2af1261099d
|
||||
with:
|
||||
charts_dir: charts
|
||||
linting: off
|
||||
|
|
Loading…
Add table
Reference in a new issue