From efda0fdfc760e10961e85d1968ac6dccf430b013 Mon Sep 17 00:00:00 2001 From: jakobmoellerdev Date: Fri, 8 Nov 2024 16:37:34 +0100 Subject: [PATCH] chore: disable CTF upload until inuse --- .github/workflows/components.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/components.yaml b/.github/workflows/components.yaml index 8c72077d71..732e780299 100644 --- a/.github/workflows/components.yaml +++ b/.github/workflows/components.yaml @@ -155,8 +155,9 @@ jobs: ${{ github.workspace }}/gen/ctf done - name: Upload aggregated CTF - # only upload the artifact if we are not on a PR - if: needs.pr-check.outputs.number != 'null' + # TODO This is currently permanently disabled, + # until we integrate it with the release build, in which it would be reused + if: false uses: actions/upload-artifact@v4 with: if-no-files-found: error