Skip to content

Commit

Permalink
github: only upload client binaries when merging PRs (#14565)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomponline authored Dec 1, 2024
2 parents 631058f + 729382d commit 8c4e491
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,7 @@ jobs:
- name: Upload lxc client artifacts
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
if: ${{ github.event_name == 'push' }}
continue-on-error: true
with:
name: lxd-clients-${{ runner.os }}
Expand Down

0 comments on commit 8c4e491

Please sign in to comment.