Skip to content

Commit

Permalink
fixup! ci/build-deb: Skip lintian checks when no debian file has been…
Browse files Browse the repository at this point in the history
… modified
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent a636d05 commit 5105ad9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ jobs:
cargo install --locked --root=/usr \
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
command -v cargo-vendor-filterer
lintian: |
${{ contains(needs.check-modified-files.outputs.list, 'debian/') && '' || 'skip' }}
lintian: ${{ contains(needs.check-modified-files.outputs.list, 'debian/') && '' || 'skip' }}

check-modified-files:
name: Check modified files
Expand Down

0 comments on commit 5105ad9

Please sign in to comment.