File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments