Skip to content

Commit

Permalink
Fjerner sjekk for verdikjede-tester.
Browse files Browse the repository at this point in the history
  • Loading branch information
ramrock93 committed Nov 11, 2024
1 parent 93000ab commit 439a953
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,7 @@ jobs:
permissions:
id-token: write
contents: write
# Multiline if condition with pipe must be defined without using ${{ }} around the expressions
# bruker always() for å tvinge if'en til å kjøre selv om verdikjedetest feiler pga needs - dette fordi noen av verdikjede suitene er ikke påkrevd for deploy
if: |
github.ref_name == 'master'
&& always()
&& needs.verdikjede-tester.outputs.pleiepenger == 'success'
&& needs.verdikjede-tester.outputs.livetssluttfase == 'success'
&& needs.verdikjede-tester.outputs.annet == 'success'
&& needs.verdikjede-tester.outputs.frontend == 'success'
if: github.ref_name == 'master'
needs: [build-app, verdikjede-tester]
uses: navikt/sif-gha-workflows/.github/workflows/maven-deploy.yml@main
with:
Expand Down

0 comments on commit 439a953

Please sign in to comment.