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 ba40670 commit 317e3a9Copy full SHA for 317e3a9
.github/workflows/dp-inntekt-api-deploy.yaml
@@ -80,7 +80,7 @@ jobs:
80
81
deploy-prod:
82
name: Deploy to Production
83
- needs: [acceptance-tests]
+ needs: [deploy-dev]
84
if: github.ref == 'refs/heads/master'
85
runs-on: ubuntu-latest
86
steps:
0 commit comments