ops: remove --self-test from attribution-trailer lint
Operator ruling on PR #4433: the self-test doubled the script size without adding value. Drops the --self-test mode + fixtures from check-attribution-trailers.sh and the CI self-test step that invoked it. The anchored trailer regex and the real BASE..HEAD scan are unchanged. Refs #4432
This commit is contained in:
parent
ed781b990e
commit
91320fdd80
2 changed files with 0 additions and 33 deletions
|
|
@ -53,8 +53,6 @@ jobs:
|
|||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: self-test
|
||||
run: sh scripts/check-attribution-trailers.sh --self-test
|
||||
- name: lint
|
||||
run: sh scripts/check-attribution-trailers.sh
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue