From 167c183c84434a6fd2049fd512b97a8cb09c102c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 15 Oct 2025 23:30:14 +0200 Subject: [PATCH] chore(gallery agent): avoid to commit the binary Signed-off-by: Ettore Di Giacinto --- .github/workflows/gallery-agent.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gallery-agent.yaml b/.github/workflows/gallery-agent.yaml index 25748d0ab..719f1eca6 100644 --- a/.github/workflows/gallery-agent.yaml +++ b/.github/workflows/gallery-agent.yaml @@ -58,6 +58,7 @@ jobs: export GALLERY_INDEX_PATH=$PWD/gallery/index.yaml cd .github/gallery-agent ./gallery-agent + rm -rf gallery-agent - name: Check for changes id: check_changes