Skip to content

Commit b798731

Browse files
committed
Fikse needs
1 parent 3c3c632 commit b798731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dp-inntekt-api-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
PRINT_PAYLOAD: true
5353
deploy-prod:
5454
name: Deploy to Production
55-
needs: [deploy-dev]
55+
needs: [build, deploy-dev]
5656
if: github.ref == 'refs/heads/master'
5757
runs-on: ubuntu-latest
5858
environment: prod-fss

0 commit comments

Comments
 (0)