Skip to content

Commit

Permalink
new(CI): Add paths-filter to s390x/ppc64le job
Browse files Browse the repository at this point in the history
Signed-off-by: mdafsanhossain <[email protected]>
  • Loading branch information
mdafsanhossain committed Nov 29, 2023
1 parent 32fe4a9 commit c61230f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,8 @@ jobs:
build-libs-s390x-ppc64le:
name: build-libs-${{ matrix.arch }} 😁 (system_deps)
runs-on: ubuntu-22.04
needs: paths-filter
if: needs.paths-filter.outputs.driver_changed == 'true' || needs.paths-filter.outputs.libscap_changed == 'true'
strategy:
matrix:
arch: [s390x, ppc64le]
Expand Down

0 comments on commit c61230f

Please sign in to comment.