Skip to content

Commit

Permalink
Depend on list and test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Nov 14, 2024
1 parent 184c4b0 commit 30ea0b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
build-create-release:
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
needs: [build-container]
needs: [build-container, lint, test]
permissions: write-all
steps:
- name: Checkout
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
release-helm-chart:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
needs: [build-container]
needs: [build-container, lint, test]
permissions: write-all
steps:
- name: Checkout
Expand Down

0 comments on commit 30ea0b8

Please sign in to comment.