ci: push commits only when not on a PR

This commit is contained in:
Jared Allard 2024-02-19 17:02:02 -08:00
parent b4f39f90c4
commit 0cfbb03103
Signed by: jaredallard
SSH key fingerprint: SHA256:wyRyyv28jBYw8Yp/oABNPUYvbGd6hyZj23XVXEm5G/U

View file

@ -26,7 +26,7 @@ jobs:
- name: Run linter
run: mise run lint
- uses: planetscale/ghcommit-action@v0.1.6
if: github.event_name == 'schedule'
if: github.event_name != 'pull_request'
with:
commit_message: "chore: update dependencies"
repo: ${{ github.repository }}