Only run save dependencies on main branch (#1510)

This commit is contained in:
Li Jiang
2026-01-22 11:07:40 +08:00
committed by GitHub
parent a9c0a9e30a
commit cd0e9fb0d2

View File

@@ -121,6 +121,7 @@ jobs:
file: ./coverage.xml
flags: unittests
- name: Save dependencies
if: github.ref == 'refs/heads/main'
shell: bash
run: |
git config --global user.name 'github-actions[bot]'