We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c3c632 commit b798731Copy full SHA for b798731
.github/workflows/dp-inntekt-api-deploy.yaml
@@ -52,7 +52,7 @@ jobs:
52
PRINT_PAYLOAD: true
53
deploy-prod:
54
name: Deploy to Production
55
- needs: [deploy-dev]
+ needs: [build, deploy-dev]
56
if: github.ref == 'refs/heads/master'
57
runs-on: ubuntu-latest
58
environment: prod-fss
0 commit comments