Skip to content

Commit f734b45

Browse files
authored
Revert "Disable deploy to prod on manifest changes (#436)" (#440)
This reverts commit 77642f6.
1 parent ab03eff commit f734b45

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,7 @@ jobs:
108108
id-token: "write"
109109
packages: "read"
110110
runs-on: ubuntu-latest
111-
# TODO: @mmwinther DPMETA-1162 Reactivate deploy on config changes after release to prod
112-
if: github.event_name == 'release' || github.event.inputs.cluster == 'prod' # || (needs.build.outputs.prod-config-changed == 'true' && needs.build.outputs.only-config-changed == 'true')
111+
if: github.event_name == 'release' || github.event.inputs.cluster == 'prod' || (needs.build.outputs.prod-config-changed == 'true' && needs.build.outputs.only-config-changed == 'true')
113112
steps:
114113
- name: Checkout
115114
uses: actions/checkout@v4

0 commit comments

Comments
 (0)