Skip to content

Commit

Permalink
ci: fix packaging test when no patches (#5680)
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb authored Sep 6, 2024
1 parent 7a750e3 commit 5d91e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
git fetch upstream main
git checkout upstream/main
git merge ${{ github.sha }}
test -f debian/patches/series || echo "no patches, skipping" && exit 0
quilt push -a
tox -e py3
quilt pop -a

0 comments on commit 5d91e96

Please sign in to comment.