This is an automated email from the ASF dual-hosted git repository.
weibin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-graphar.git
The following commit(s) were added to refs/heads/main by this push:
new 1ad717ef fix(CI): Avoid generating unnecessary static link libraries
(#651)
1ad717ef is described below
commit 1ad717efc383144d33963213d2a43f5d4656e5dc
Author: Elssky <[email protected]>
AuthorDate: Mon Oct 28 22:48:37 2024 +0800
fix(CI): Avoid generating unnecessary static link libraries (#651)
---
.github/workflows/ci.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 9cce7c07..1378a5c2 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -178,6 +178,7 @@ jobs:
popd
- name: Upload libgraphar.a artifact
+ if: github.event_name == 'push'
uses: actions/upload-artifact@v3
with:
name: ubuntu-libgraphar.a
@@ -235,6 +236,7 @@ jobs:
popd
- name: Upload libgraphar.a artifact
+ if: github.event_name == 'push'
uses: actions/upload-artifact@v3
with:
name: macos-${{ matrix.macos-version }}-libgraphar.a
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]