Skip to content

Commit

Permalink
Make helm publishing conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed Jul 8, 2024
1 parent 50e45db commit e202b88
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
run: helm dependencies build ${{ env.HELM_CHART }}

build:
if: github.ref_type == 'tag'
name: publish gcr
runs-on: ubuntu-latest
# environment: prod
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:

jobs:
build:

runs-on: ubuntu-latest

strategy:
Expand Down

0 comments on commit e202b88

Please sign in to comment.