Skip to content

Commit

Permalink
Revert Yoda conditions.
Browse files Browse the repository at this point in the history
  • Loading branch information
junhaoliao committed Mar 11, 2024
1 parent 1a6910e commit 1199200
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/clp-execution-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- "tools/docker-images/clp-execution-base-ubuntu-jammy/**"
ubuntu_focal_execution_image:
if: "'true' == needs.filter-relevant-changes.outputs.ubuntu_focal_image_changed"
if: "needs.filter-relevant-changes.outputs.ubuntu_focal_image_changed == 'true'"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
Expand All @@ -69,7 +69,7 @@ jobs:
platform_version_id: "focal"

ubuntu_jammy_execution_image:
if: "'true' == needs.filter-relevant-changes.outputs.ubuntu_jammy_image_changed"
if: "needs.filter-relevant-changes.outputs.ubuntu_jammy_image_changed == 'true'"
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
Expand Down

0 comments on commit 1199200

Please sign in to comment.