Skip to content

Commit

Permalink
Require e2e tests before publishing helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
amitlicht committed Jun 17, 2024
1 parent 28d46f9 commit d480f38
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ on:
- v*

jobs:
e2e-tests:
uses: ./.github/workflows/e2e-tests.yaml
name: Trigger e2e tests

release:
runs-on: ubuntu-latest
needs:
- e2e-tests

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit d480f38

Please sign in to comment.