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

This commit is contained in:
albertony
2025-07-17 16:20:38 +02:00
parent 9c7594d78f
commit da9c99272c
2 changed files with 19 additions and 15 deletions
+1 -1
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: