Skip to content

Commit

Permalink
(BSR)[API] fix: missing && operand on build job
Browse files Browse the repository at this point in the history
  • Loading branch information
lgerard-pass committed Dec 11, 2024
1 parent 5d8b788 commit c48ec5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_on_push_workflow_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
needs: [pcapi-init-job]
if: |
( needs.pcapi-init-job.outputs.api-changed == 'true' ||
needs.pcapi-init-job.outputs.pro-changed == 'true' )
needs.pcapi-init-job.outputs.pro-changed == 'true' ) &&
github.ref == 'refs/heads/master'
uses: ./.github/workflows/dev_on_workflow_build_docker_image.yml
with:
Expand Down

0 comments on commit c48ec5d

Please sign in to comment.