From 4873b8b413aa22125338c4d26c4f9aa882e22ba7 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Sat, 6 Apr 2024 21:11:01 +0200 Subject: [PATCH] CI: Move OpenMandriva if false --- .github/workflows/build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3ff146e..90b08ab3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -260,8 +260,7 @@ jobs: build-openmandriva: name: Build OpenMandriva - if: false - #if: github.repository != 'strawberrymusicplayer/strawberry-private' + if: github.repository != 'strawberrymusicplayer/strawberry-private' && false runs-on: ubuntu-latest strategy: fail-fast: false