From ea9431e0359dcaa868f86f57d3dde192bd3c39ef Mon Sep 17 00:00:00 2001 From: Tor Idland Date: Thu, 29 Feb 2024 13:41:16 +0100 Subject: [PATCH] =?UTF-8?q?:technologist:=20Endringer=20p=C3=A5=20caching?= =?UTF-8?q?=20og=20yarnberry-st=C3=B8tte=20er=20lagt=20til=20i=20aap-workf?= =?UTF-8?q?lows@main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index a9215e41..e2706523 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -8,7 +8,7 @@ on: - '**.md' jobs: buildDev: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@next-cache-test + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main permissions: contents: read id-token: write @@ -17,10 +17,10 @@ jobs: with: cluster: dev-gcp appname: 'aap-soknad' - playwright: true + playwright: false cdn: true buildProd: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@frontend-next-build-yarnberry + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main permissions: contents: read id-token: write