diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e24796456..40e8e50ae 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -249,11 +249,11 @@ jobs: ossutil cp latest.json oss://rustfs-version/latest.json --force fi - # Build GUI (only for releases) + # Build GUI build-gui: name: Build GUI needs: [build-check, build-rustfs] - if: needs.build-check.outputs.build_type == 'release' + if: needs.build-check.outputs.should_build == 'true' runs-on: ${{ matrix.os }} timeout-minutes: 45 strategy: