Skip to content

Commit

Permalink
Fix accidential revert.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlion committed Mar 5, 2025
1 parent 2e522ba commit 44cbc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clp-core-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
with:
image_name: "${{env.DEPS_IMAGE_NAME_PREFIX}}${{env.OS_NAME}}"
use_published_image: >-
${{needs.filter-relevant-changes.outputs.ubuntu_focal_image_changed == 'false'
${{needs.filter-relevant-changes.outputs.ubuntu_jammy_image_changed == 'false'
|| (github.event_name != 'pull_request' && github.ref == 'refs/heads/main')}}
run_command: >-
task deps:core &&
Expand Down

0 comments on commit 44cbc0b

Please sign in to comment.