Skip to content

Commit

Permalink
ci: download image only for PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
chgl committed May 7, 2024
1 parent 4e257bb commit aa7f8ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit aa7f8ef

Please sign in to comment.