Skip to content

Commit

Permalink
ci: do not merge in packaging test
Browse files Browse the repository at this point in the history
This breaks the test sometimes and isn't necessary.
  • Loading branch information
holmanb committed Jan 13, 2025
1 parent 6cdf51a commit c29a8bf
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,6 @@ jobs:
run: |
echo 'QUILT_PATCHES=debian/patches' >> ~/.quiltrc
echo 'QUILT_SERIES=debian/patches/series' >> ~/.quiltrc
- name: Configure git and merge
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git merge origin/main
- name: Quilt patches apply successfully and tests run
run: |
if [ ! -f debian/patches/series ]; then
Expand Down

0 comments on commit c29a8bf

Please sign in to comment.