diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6f471e953a7..88e2341b3c1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -137,10 +137,11 @@ jobs: permissions: packages: write runs-on: ubuntu-latest - if: | - github.event.repository.fork == false && - (github.ref_name == github.event.repository.default_branch || - startsWith(github.ref, 'refs/tags/')) + if: false # Temporarily disabled + #if: | + # github.event.repository.fork == false && + # (github.ref_name == github.event.repository.default_branch || + # startsWith(github.ref, 'refs/tags/')) steps: - name: Download packages