ci: push commits only when not on a PR
This commit is contained in:
parent
b4f39f90c4
commit
0cfbb03103
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yaml
vendored
2
.github/workflows/update.yaml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue