Skip to content

Commit

Permalink
github: only upload client binaries when merging PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 30, 2024
1 parent 631058f commit 729382d
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 729382d

Please sign in to comment.