Skip to content

Commit 600c196

Browse files
authored
Update workflow callers to use transformers-ci (#47040)
update Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
1 parent 259711a commit 600c196

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr-ci-caller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ permissions:
1919
jobs:
2020
pr-ci:
2121
# DON'T use commit sha here before the CI migration is finished
22-
uses: huggingface/transformers-test-ci/.github/workflows/pr-ci_dynamic_caller_example.yml@main # main
22+
uses: huggingface/transformers-ci/.github/workflows/pr-ci_dynamic_caller_example.yml@main # main
2323

.github/workflows/pr-ci-security-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ jobs:
1414
# Members/collaborators/owners trigger PR CI directly — gate only needed for forks
1515
if: "!contains(fromJSON('[\"MEMBER\",\"OWNER\",\"COLLABORATOR\"]'), github.event.pull_request.author_association)"
1616
# Intentionally not passing `secrets: inherit` to avoid leaking secrets in runs triggered from forked repos
17-
uses: huggingface/transformers-test-ci/.github/workflows/pr-ci-security-gate.yml@main
17+
uses: huggingface/transformers-ci/.github/workflows/pr-ci-security-gate.yml@main
1818

0 commit comments

Comments
 (0)