1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

build: extend check for edits of autogenerated files to all commits in a pull request

This commit is contained in:
albertony
2025-07-12 18:16:19 +02:00
parent 9c7594d78f
commit da9c99272c
2 changed files with 19 additions and 15 deletions

View File

@@ -283,7 +283,7 @@ jobs:
run: govulncheck ./...
- name: Scan edits of autogenerated files
run: bin/check_autogenerated_edits.py
run: bin/check_autogenerated_edits.py 'origin/${{ github.base_ref }}'
if: github.event_name == 'pull_request'
android: