Skip to content

Commit 5599598

Browse files
committed
upload only for PRs
Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
1 parent 3b103da commit 5599598

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-pr-cmk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
4545
- name: Upload cmk binary
4646
uses: actions/upload-artifact@v4
47+
if: steps.set_vars.outputs.pr_number != ''
4748
with:
4849
name: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}
4950
path: cmk.linux.x86-64.pr${{ steps.set_vars.outputs.pr_number }}

0 commit comments

Comments
 (0)