Skip to content

Commit

Permalink
Require 'lint-test' before release
Browse files Browse the repository at this point in the history
  • Loading branch information
vertisan committed Oct 12, 2024
1 parent e705898 commit 85d6627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ jobs:
uses: vertisan/helm-charts/.github/workflows/lint-test.yaml@master

release:
needs: lint-test
if: needs.lint-test.result == 'success'
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85d6627

Please sign in to comment.