Skip to content

Commit

Permalink
Revert chart-release if condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Stadermann committed Jan 22, 2024
1 parent 2e291b7 commit 4caf1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ct lint --validate-maintainers=false --charts charts/gdscan

- name: Run chart-releaser
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
if: github.ref == 'refs/heads/main'
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.BOT_SECRET }}"

0 comments on commit 4caf1c9

Please sign in to comment.