diff --git a/.github/actions/deploy-template-operator-with-modulereleasemeta/action.yml b/.github/actions/deploy-template-operator-with-modulereleasemeta/action.yml index 57a775f000..b4fcb75192 100644 --- a/.github/actions/deploy-template-operator-with-modulereleasemeta/action.yml +++ b/.github/actions/deploy-template-operator-with-modulereleasemeta/action.yml @@ -14,7 +14,8 @@ runs: matrix.e2e-test == 'module-consistency' || matrix.e2e-test == 'skip-manifest-reconciliation' || matrix.e2e-test == 'misconfigured-kyma-secret' || - matrix.e2e-test == 'unmanage-module' + matrix.e2e-test == 'unmanage-module' || + matrix.e2e-test == 'modulereleasemeta-watch-trigger' }} shell: bash run: |