Fix several bugs in cache_implementation=static
#430
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: PR CI Security Gate | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| actions: write | |
| contents: read | |
| jobs: | |
| security-gate: | |
| # Members/collaborators/owners trigger PR CI directly — gate only needed for forks | |
| if: "!contains(fromJSON('[\"MEMBER\",\"OWNER\",\"COLLABORATOR\"]'), github.event.pull_request.author_association)" | |
| uses: huggingface/transformers-test-ci/.github/workflows/pr-ci-security-gate.yml@main | |
| secrets: inherit |