Skip to content

Commit 64183be

Browse files
committed
test
1 parent 1ec612b commit 64183be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/pr.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ jobs:
3737
name: Lint Helm
3838
runs-on: ubuntu-latest
3939
steps:
40+
- name: Checkout
41+
uses: actions/checkout@v3
42+
with:
43+
fetch-depth: 0
4044
- uses: azure/setup-helm@b7246b12e77f7134dc2d460a3d5bad15bbe29390 # v4.1.0
4145

4246
- name: Helm Lint

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ jobs:
3535
env:
3636
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
3737
with:
38-
charts_dir: charts/radix-oauth-guard
38+
skip_existing: false

0 commit comments

Comments
 (0)