Skip to content

Commit

Permalink
fix ci?
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Nov 11, 2024
1 parent 080be8c commit 8e78b81
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
# Fetch all branches for merging
fetch-depth: 0
ref: main
ref: ${{ github.event.pull_request.head.sha }}
- name: Prepare dependencies
run: |
sudo DEBIAN_FRONTEND=noninteractive apt-get update
Expand All @@ -40,8 +40,7 @@ jobs:
run: |
git config user.name "GitHub Actions"
git config user.email "actions@github.com"
git merge "${{ github.event.pull_request.head.sha }}"
git merge origin/main
- name: Quilt patches apply successfully and tests run
run: |
if test -f debian/patches/series; then
Expand Down

0 comments on commit 8e78b81

Please sign in to comment.