Test

Signed-off-by: Alan Jowett <alan.jowett@microsoft.com>
diff --git a/.github/workflows/fuzzing.yml b/.github/workflows/fuzzing.yml
index 16f7d03..b396cb3 100644
--- a/.github/workflows/fuzzing.yml
+++ b/.github/workflows/fuzzing.yml
@@ -253,6 +253,7 @@
         ./ubpf_fuzzer -merge=1 fuzz/corpus new_corpus
         git pull
         git add fuzz/corpus
+        git status --porcelain | grep -v fuzz/corpus && exit 0
         git config --global user.email 'ubpf@users.noreply.github.com'
         git config --global user.name 'Github Action'
         git commit -sm "Update fuzzing corpus"