Skip to content

Commit

Permalink
👷 bruker bygg-branch aap workflows med prune-steg
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Oct 23, 2024
1 parent 5186de2 commit 247eb32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '**.md'
jobs:
buildDev:
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main
uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@prune-devdependencies
permissions:
contents: read
id-token: write
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
imageSuffix: -dev-gcp
vars: .nais/dev.yaml
deployProd:
needs: buildProd
needs: [buildProd, deployDev]
uses: navikt/aap-workflows/.github/workflows/deploy.yml@main
permissions:
contents: read
Expand Down

0 comments on commit 247eb32

Please sign in to comment.