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.
This commit is contained in:
Eberhard Beilharz 2024-04-15 11:03:26 +02:00
parent 1533474b83
commit 4dad3e2ba7
No known key found for this signature in database
GPG key ID: E9140597606020D3

View file

@ -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: