From 93770e8314c664fa109e65b056e268e46e870cff Mon Sep 17 00:00:00 2001 From: Finn Evers Date: Fri, 3 Oct 2025 21:01:30 +0200 Subject: [PATCH] Bring CI back up (#39485) Release Notes: - N/A --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15a91b3d0aa2618b4791658aacf9146a351bc05e..1d2500e2f794ca06bdbc6c06b21ce39001b57973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -871,7 +871,7 @@ jobs: - name: Upload Artifacts to release uses: softprops/action-gh-release@de2c0eb89ae2a093876385947365aca7b0e5f844 # v1 - if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) + if: ${{ !(contains(github.event.pull_request.labels.*.name, 'run-bundling')) }} with: draft: true prerelease: ${{ env.RELEASE_CHANNEL == 'preview' }}