Don't push to PPA for every commit

This commit is contained in:
Jonathan Bennett
2025-01-05 23:50:32 -06:00
committed by GitHub
parent 16bc89ea57
commit f1a8900288

View File

@@ -128,16 +128,6 @@ jobs:
with:
board: ${{ matrix.board }}
package-ppa:
strategy:
fail-fast: false
matrix:
series: [plucky, oracular, noble, jammy]
uses: ./.github/workflows/package_ppa.yml
with:
series: ${{ matrix.series }}
secrets: inherit
package-raspbian:
uses: ./.github/workflows/package_raspbian.yml