Skip to content

Commit

Permalink
Fikse needs
Browse files Browse the repository at this point in the history
  • Loading branch information
gtcno committed Sep 19, 2023
1 parent 3c3c632 commit b798731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dp-inntekt-api-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
PRINT_PAYLOAD: true
deploy-prod:
name: Deploy to Production
needs: [deploy-dev]
needs: [build, deploy-dev]
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
environment: prod-fss
Expand Down

0 comments on commit b798731

Please sign in to comment.