diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0783564dbcbc..f57fc609e5df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -128,6 +128,7 @@ jobs: retention-days: 7 build-docker: + if: false # Disabled for SUSE builds runs-on: ubuntu-latest needs: [configure] env: @@ -214,6 +215,7 @@ jobs: fi package-windows: + if: false # Disabled for SUSE builds runs-on: windows-2019 defaults: run: @@ -321,6 +323,7 @@ jobs: name: binaries path: dist - name: Download Windows binaries + if: false # Disabled for SUSE builds uses: actions/download-artifact@v4 with: name: binaries-windows @@ -346,6 +349,7 @@ jobs: gh release create "$VERSION" "${assets[@]}" --target "$GITHUB_SHA" -F "./release notes/${VERSION}.md" publish-packages: + if: false # Disabled for SUSE builds runs-on: ubuntu-latest needs: [configure, build, package-windows] if: ${{ startsWith(github.ref, 'refs/tags/v') && github.event_name != 'workflow_dispatch' }} @@ -360,6 +364,7 @@ jobs: name: binaries path: dist - name: Download Windows binaries + if: false # Disabled for SUSE builds uses: actions/download-artifact@v4 with: name: binaries-windows