Skip to content

Commit

Permalink
Merge branch 'master' into issue-30027-UVE-timeMachine
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizzio-dotCMS authored Sep 27, 2024
2 parents e236ad2 + daef808 commit c139b8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_1-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit c139b8e

Please sign in to comment.