diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 727e1d6..db25391 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -73,5 +73,5 @@ jobs: pnpm run build git config --global user.email "noreply@github.com" git config --global user.name "CI" - git add -A && git commit -m "build: update bundled artifacts [skip ci]" + git diff --quiet || (git add -A && git commit -m "build: update bundled artifacts [skip ci]") git push