Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 24, 2025
1 parent 54fac6a commit a636d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cargo-vendor-filterer@${{ env.CARGO_VENDOR_FILTERER_VERSION }}
command -v cargo-vendor-filterer
lintian: |
{{ contains(needs.check-modified-files.outputs.list, 'debian/') && '' || 'skip' }}
${{ contains(needs.check-modified-files.outputs.list, 'debian/') && '' || 'skip' }}
check-modified-files:
name: Check modified files
Expand Down

0 comments on commit a636d05

Please sign in to comment.