From 119920087ab4e407b4d219f553be7f2efacdfd9c Mon Sep 17 00:00:00 2001 From: Junhao Liao Date: Sun, 10 Mar 2024 20:44:31 -0400 Subject: [PATCH] Revert Yoda conditions. --- .github/workflows/clp-execution-image-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/clp-execution-image-build.yaml b/.github/workflows/clp-execution-image-build.yaml index 86e0faffb..01d35b256 100644 --- a/.github/workflows/clp-execution-image-build.yaml +++ b/.github/workflows/clp-execution-image-build.yaml @@ -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" @@ -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"