From 30944749f3b894f03a9b5e7978bd1687fd9818e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 19 Nov 2024 20:23:33 +0100 Subject: [PATCH] chore: sync uv-upgrade with weblat repo --- .github/workflows/uv-upgrade.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/uv-upgrade.yml b/.github/workflows/uv-upgrade.yml index 73ab0eb..8fe425c 100644 --- a/.github/workflows/uv-upgrade.yml +++ b/.github/workflows/uv-upgrade.yml @@ -61,7 +61,7 @@ jobs: if: hashFiles('uv.lock') != '' - name: Update current branch - if: github.event_name == 'pull_request' + if: ( github.event_name == 'pull_request' && github.actor != 'renovate[bot]' ) || ( github.event_name == 'branch' && github.ref_name != 'main' ) uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: 'chore(deps): update lockfile'