This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/fuzz-corpus-storage
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to refs/heads/feature/fuzz-corpus-storage by
this push:
new f76aeb176 Update fuzzing ci
f76aeb176 is described below
commit f76aeb176b94aba9019b50fb91b00922645a76d7
Author: Pepijn Noltes <[email protected]>
AuthorDate: Fri Feb 6 17:49:23 2026 +0000
Update fuzzing ci
---
.github/workflows/fuzzing.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml
index 8a2227fb6..a0ef9f8b2 100644
--- a/.github/workflows/fuzzing.yml
+++ b/.github/workflows/fuzzing.yml
@@ -79,7 +79,8 @@ jobs:
done
tar -czf fuzzing-corpora-artifact.tar.gz -C fuzzing-artifact .
- name: Upload fuzzing artifacts
- if: always() #Always package & upload updated fuzzing corpora artifact
+ #Always package & upload updated fuzzing corpora artifact on the
master branch
+ if: always() && github.ref == 'refs/heads/master'
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
#v4.3.1
with:
name: fuzzing-corpora-artifact