Skip to content

Commit

Permalink
GA: Fikser notify job i build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
espenwaaga committed Apr 20, 2023
1 parent 44721e7 commit 56f60df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

notify:
name: Notify
if: github.ref_name == 'master' && (success() || failure()) && !contains(fromJSON(needs.*.result), 'skipped')
if: github.ref_name == 'master' && (success() || failure()) && !contains(needs.*.result, 'skipped')
needs: [build-app, verdikjede]
uses: navikt/fp-autotest/.github/workflows/report-and-notify.yml@master
with:
Expand All @@ -67,4 +67,4 @@ jobs:
with:
image: ghcr.io/${{ github.repository }}:${{ needs.build-app.outputs.build-version }}
cluster: prod-fss
secrets: inherit
secrets: inherit

0 comments on commit 56f60df

Please sign in to comment.