Template for providers logos in dark and light mode + images in HF dataset #1072
Workflow file for this run
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: Delete sagemaker doc comment trigger | ||
| on: | ||
| pull_request: | ||
| types: [ closed ] | ||
| jobs: | ||
| delete: | ||
| uses: huggingface/doc-builder/.github/workflows/delete_doc_comment_trigger.yml@main | ||
|
Check failure on line 10 in .github/workflows/sagemaker_delete_doc_comment.yml
|
||
| with: | ||
| pr_number: ${{ github.event.number }} | ||