Skip to content

Commit

Permalink
chore: sync uv-upgrade with weblat repo
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 19, 2024
1 parent 6de2d96 commit 3094474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/uv-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 3094474

Please sign in to comment.