We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab03eff commit f734b45Copy full SHA for f734b45
.github/workflows/klass-api-build-and-deploy.yaml
@@ -108,8 +108,7 @@ jobs:
108
id-token: "write"
109
packages: "read"
110
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')
+ if: github.event_name == 'release' || github.event.inputs.cluster == 'prod' || (needs.build.outputs.prod-config-changed == 'true' && needs.build.outputs.only-config-changed == 'true')
113
steps:
114
- name: Checkout
115
uses: actions/checkout@v4
0 commit comments