mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
Disable Trigger CircleCI by ready for review
(#38171)
delete Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
parent
7f28da2850
commit
5036ec8872
20
.github/workflows/trigger_circleci.yml
vendored
20
.github/workflows/trigger_circleci.yml
vendored
@ -1,20 +0,0 @@
|
||||
name: Trigger CircleCI
|
||||
|
||||
|
||||
on:
|
||||
pull_request_target:
|
||||
types: [ready_for_review]
|
||||
|
||||
|
||||
jobs:
|
||||
trigger-circleci:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: trigger CircleCI pipeline via GitHub Actions
|
||||
uses: CircleCI-Public/trigger-circleci-pipeline-action@v1.2.0
|
||||
with:
|
||||
GHA_Meta: "Trigger via GitHub Actions"
|
||||
target-slug: "github/huggingface/transformers"
|
||||
target-branch: "pull/${{ github.event.number }}/head"
|
||||
env:
|
||||
CCI_TOKEN: ${{ secrets.CIRCLECI_PAT }}
|
Loading…
Reference in New Issue
Block a user