diff --git a/.github/workflows/cicd_1-pr.yml b/.github/workflows/cicd_1-pr.yml index 505c3800547c..4c6c7e59b670 100644 --- a/.github/workflows/cicd_1-pr.yml +++ b/.github/workflows/cicd_1-pr.yml @@ -69,7 +69,7 @@ jobs: postman: ${{ needs.initialize.outputs.backend == 'true' }} frontend: ${{ needs.initialize.outputs.frontend == 'true' }} cli: ${{ needs.initialize.outputs.cli == 'true' }} - e2e: ${{ needs.initialize.outputs.build }} + e2e: ${{ needs.initialize.outputs.build == 'true' }} secrets: DOTCMS_LICENSE: ${{ secrets.DOTCMS_LICENSE }}