Bring CI back up (#39485)

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-10-03 19:01:30 +00:00
committed by GitHub
parent f8c617303a
commit 93770e8314
+1 -1
View File
@@ -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' }}