Skip to content

Commit

Permalink
ci: allow CDH ci to be triggered by image-rs changes
Browse files Browse the repository at this point in the history
iamge-rs now is a dependency of CDH, thus any change upon image-rs
should be test on CDH too.

Signed-off-by: Xynnn007 <xynnn@linux.alibaba.com>
  • Loading branch information
Xynnn007 committed Feb 21, 2025
1 parent f2e9125 commit 7be21ec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cdh_basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- "main"
paths:
- 'image-rs/**'
- 'confidential-data-hub/**'
- '.github/workflows/cdh_basic.yml'
- 'Cargo.toml'
- 'Cargo.lock'
pull_request:
paths:
- 'image-rs/**'
- 'confidential-data-hub/**'
- '.github/workflows/cdh_basic.yml'
- 'Cargo.toml'
Expand Down

0 comments on commit 7be21ec

Please sign in to comment.