Skip to content

Commit

Permalink
fixup! (PC-33825)[API] ci: deploy preview env only if api is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
lgerard-pass committed Jan 8, 2025
1 parent 8ba32c9 commit 2118a09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_on_pull_request_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -375,8 +375,8 @@ jobs:
!cancelled() &&
github.actor != 'dependabot[bot]' &&
needs.pcapi-init-job.outputs.api-changed == 'true' &&
(needs.push-pcapi.result == 'success' && needs.push-pcapi-console.result == 'success') ||
(needs.pcapi-init-job.outputs.checksum-console-tag-exists == 'true' && needs.pcapi-init-job.outputs.checksum-console-tag-exists == 'true')
((needs.push-pcapi.result == 'success' && needs.push-pcapi-console.result == 'success') ||
(needs.pcapi-init-job.outputs.checksum-console-tag-exists == 'true' && needs.pcapi-init-job.outputs.checksum-console-tag-exists == 'true'))
uses: ./.github/workflows/dev_on_workflow_deploy_pullrequests.yml
with:
environment: pullrequest
Expand Down

0 comments on commit 2118a09

Please sign in to comment.