Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
Fix workflow
  • Loading branch information
mrsladek authored Jan 6, 2024
1 parent 68f6b3c commit 95dc28a
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 @@ -80,7 +80,7 @@ jobs:
permissions:
id-token: write
if: github.ref_name == 'master'
needs: [build-app, verdikjede, deploy-dev]
needs: [build-app, verdikjede, deploy-dev-fss]
uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
with:
gar: true
Expand All @@ -93,7 +93,7 @@ jobs:
permissions:
id-token: write
if: github.ref_name == 'master'
needs: [build-app, verdikjede, deploy-dev]
needs: [build-app, verdikjede, deploy-dev-gcp]
uses: navikt/fp-gha-workflows/.github/workflows/deploy.yml@main
with:
gar: true
Expand Down

0 comments on commit 95dc28a

Please sign in to comment.