Revert "Trigger doc-builder job after style bot" (#38735)

Revert "Trigger doc-builder job after style bot (#38398)"

This reverts commit 51e0fac29f.
This commit is contained in:
Yih-Dar
2025-06-11 14:56:39 +02:00
committed by GitHub
parent 0bf53e69e2
commit 6b610d89f1
2 changed files with 4 additions and 28 deletions

View File

@@ -2,15 +2,6 @@ name: Build PR Documentation
on:
pull_request:
workflow_call:
inputs:
pr_number:
type: string
required: true
commit_sha:
type: string
required: true
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -18,9 +9,9 @@ concurrency:
jobs:
build:
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@6e2eb04a2604817c97be03786efa494fe3acae90
uses: huggingface/doc-builder/.github/workflows/build_pr_documentation.yml@main
with:
commit_sha: ${{ inputs.commit_sha || github.event.pull_request.head.sha }}
pr_number: ${{ inputs.pr_number || github.event.number }}
commit_sha: ${{ github.event.pull_request.head.sha }}
pr_number: ${{ github.event.number }}
package: transformers
languages: en