Disable the repo-lockdown script in a narrow way to allow testing CI

This is necessary to allow testing pre-commit CI from GH PRs before
the repo-lockdown script is removed entirely.
This commit is contained in:
Louis Dionne 2023-08-29 14:05:00 -04:00
parent 024f562da6
commit c7663853fa

View File

@ -15,6 +15,7 @@ on:
- 'clang/unitests/Format/**'
- 'clang/tools/clang-format/**'
- 'llvm/utils/git/**'
- '*/foo'
permissions:
pull-requests: write