Skip to content

Commit

Permalink
Update blob pattern in dorny/paths-filter in clp-execution-image-bu…
Browse files Browse the repository at this point in the history
…ild workflow file.
  • Loading branch information
junhaoliao committed Mar 11, 2024
1 parent 31b86d9 commit a1aa679
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 @@ -42,11 +42,11 @@ jobs:
ubuntu_focal_image:
- ".github/actions/clp-execution-image-build/action.yaml"
- ".github/workflows/clp-execution-image-build.yaml"
- "tools/docker-images/clp-execution-base-ubuntu-focal/**"
- "tools/docker-images/clp-execution-base-ubuntu-focal/**/*"
ubuntu_jammy_image:
- ".github/actions/clp-execution-image-build/action.yaml"
- ".github/workflows/clp-execution-image-build.yaml"
- "tools/docker-images/clp-execution-base-ubuntu-jammy/**"
- "tools/docker-images/clp-execution-base-ubuntu-jammy/**/*"
ubuntu_focal_execution_image:
if: "'true' == needs.filter-relevant-changes.outputs.ubuntu_focal_image_changed"
Expand Down

0 comments on commit a1aa679

Please sign in to comment.