Skip to content

Commit 170f771

Browse files
authored
Disable klass-forvaltning prod deploy (#460)
The app is currently broken in test, prevent deploy to prod until it's fixed
1 parent eec7092 commit 170f771

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/klass-forvaltning-build-and-deploy.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
default: "test"
1919
type: choice
2020
options:
21-
- test
21+
# - test
2222
- prod
2323

2424

@@ -106,7 +106,9 @@ jobs:
106106
id-token: "write"
107107
packages: "read"
108108
runs-on: ubuntu-latest
109-
if: github.event_name == 'release' || github.event.inputs.cluster == 'prod' || (needs.docker-build.outputs.prod-config-changed == 'true' && needs.docker-build.outputs.only-config-changed == 'true')
109+
# if: github.event_name == 'release' || github.event.inputs.cluster == 'prod' || (needs.docker-build.outputs.prod-config-changed == 'true' && needs.docker-build.outputs.only-config-changed == 'true')
110+
# Disable prod deploy while klass-forvaltning is broken in test
111+
if: false
110112
steps:
111113
- name: Checkout
112114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)