Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lbr38 committed Aug 17, 2024
1 parent 5be2a6a commit 9eb486c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-and-test-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ on:
branches: [ main ]

jobs:
migrate-debian-12:
uses: ./.github/workflows/tests/migration.yml

build-deb:
name: Build deb package
runs-on: ubuntu-latest
Expand Down Expand Up @@ -448,8 +451,7 @@ jobs:


# Try to migrate from old linupdate (bash) to new linupdate (python) package on Debian 12
migrate-debian-12:
uses: ./.github/workflows/tests/migration.yml
# migrate-debian-12:
# name: Migrate bash linupdate to python linupdate (Debian 12)
# needs:
# build-deb
Expand Down

0 comments on commit 9eb486c

Please sign in to comment.