Skip to content

Commit

Permalink
fixup! 3322851
Browse files Browse the repository at this point in the history
  • Loading branch information
holmanb committed Jan 13, 2025
1 parent 26bdee1 commit c5082f6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/packaging-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Packaging

on:
pull_request:
push:
branches:
- main

concurrency:
group: 'ci-${{ github.workflow }}-${{ github.ref }}'
Expand All @@ -15,8 +18,8 @@ env:
RELEASE: focal

jobs:
patch-conflicts-upstream:
if: contains('refs/heads/main', github.ref)
patch-conflicts-ubuntu:
if: contains( ${{matrix.merge-branch}}, github.ref)
runs-on: ubuntu-24.04
strategy:
matrix:
Expand Down Expand Up @@ -51,8 +54,8 @@ jobs:
quilt push -a
tox -e py3
quilt pop -a
patch-conflicts-ubuntu:
if: contains( ${{matrix.merge-branch}}, github.ref)
patch-conflicts-upstream:
if: contains('refs/heads/main', github.ref)
runs-on: ubuntu-24.04
name: Check patches (packaging PR)
steps:
Expand Down

0 comments on commit c5082f6

Please sign in to comment.