From aa7f8ef8b9f606718a9daf8bdfc997cf5841c89c Mon Sep 17 00:00:00 2001 From: chgl Date: Tue, 7 May 2024 19:53:43 +0200 Subject: [PATCH] ci: download image only for PRs --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb292210..d21244af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ jobs: cluster_name: kind - name: Download image + if: ${{ github.event_name == 'pull_request' }} uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 with: name: ${{ needs.build.outputs.image-slug }}