From 0cfbb03103dd5bae8bef1332775ee2738f05942c Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Mon, 19 Feb 2024 17:02:02 -0800 Subject: [PATCH] ci: push commits only when not on a PR --- .github/workflows/update.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index b6b3b6e..3b5de45 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -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 }}