From 6c0b79b8e0d818b1d252f989585eeb9ad2d04890 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Sat, 10 Jan 2026 00:12:26 +0100 Subject: [PATCH] CI: Disable ubuntu run temporarily --- .github/workflows/CI_master.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/workflows/CI_master.yml b/.github/workflows/CI_master.yml index 2d8c6dbfb0..dccd743ae2 100644 --- a/.github/workflows/CI_master.yml +++ b/.github/workflows/CI_master.yml @@ -52,12 +52,12 @@ jobs: with: artifactBasename: Pixi-${{ github.run_id }} - Ubuntu: - needs: [Prepare] - if: "!startsWith(github.head_ref, 'refs/heads/backport-')" - uses: ./.github/workflows/sub_buildUbuntu.yml - with: - artifactBasename: Ubuntu-${{ github.run_id }} +# Ubuntu: +# needs: [Prepare] +# if: "!startsWith(github.head_ref, 'refs/heads/backport-')" +# uses: ./.github/workflows/sub_buildUbuntu.yml +# with: +# artifactBasename: Ubuntu-${{ github.run_id }} Windows: needs: [Prepare] @@ -83,7 +83,6 @@ jobs: needs: [ Prepare, Pixi, - Ubuntu, Windows, Lint ]