Skip to content

Commit

Permalink
chore(linux): Fix wrong merge
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ermshiperete committed Apr 15, 2024
1 parent 1533474 commit 4dad3e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/deb-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 4dad3e2

Please sign in to comment.