Skip to content

Commit

Permalink
chore: disable CTF upload until inuse
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobmoellerdev committed Nov 8, 2024
1 parent 47572b4 commit efda0fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efda0fd

Please sign in to comment.