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 ]