Skip to content

Fix several bugs in cache_implementation=static #430

Fix several bugs in cache_implementation=static

Fix several bugs in cache_implementation=static #430

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