From 4dad3e2ba7c211ff2e38eb625f30af6b635c7ab0 Mon Sep 17 00:00:00 2001 From: Eberhard Beilharz Date: Mon, 15 Apr 2024 11:03:26 +0200 Subject: [PATCH] chore(linux): Fix wrong merge The recent merge from `beta` into `master` introduced a problem when resolving merge conflicts, resulting in duplicate definition of `binary_packages_unreleased` which prevents the workflow from loading. This change rectifies the file. --- .github/workflows/deb-packaging.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deb-packaging.yml b/.github/workflows/deb-packaging.yml index a3e7ee2a498..8752fe316db 100644 --- a/.github/workflows/deb-packaging.yml +++ b/.github/workflows/deb-packaging.yml @@ -151,16 +151,6 @@ jobs: ref: '${{ github.event.client_payload.buildSha }}' sparse-checkout: '.github/actions/' - binary_packages_unreleased: - name: Build binary packages for next Ubuntu version - needs: sourcepackage - strategy: - fail-fast: true - matrix: - dist: [noble] - - runs-on: ubuntu-latest - steps: - name: Build uses: ./.github/actions/build-binary-packages with: