Skip to content

Commit

Permalink
Do not commit changed_files.txt (#1571)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wauplin authored Jan 14, 2025
1 parent 09c9498 commit 46dd343
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/api_inference_generate_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
schedule:
- cron: "0 3 * * *" # Every day at 3am


concurrency:
group: api_inference_generate_documentation
cancel-in-progress: true
Expand Down Expand Up @@ -45,6 +44,7 @@ jobs:
else
echo "changes_detected=false" >> $GITHUB_ENV
fi
rm changed_files.txt
# Skip PR if only certain files are updated
- name: Skip PR creation if no meaningful changes
Expand All @@ -68,10 +68,10 @@ jobs:
pnpm update @huggingface/tasks@latest
pnpm run generate
```
This PR was automatically created by the [Update API Inference Documentation workflow](https://github.com/huggingface/hub-docs/blob/main/.github/workflows/api_inference_generate_documentation.yml).
Please review the changes before merging.
reviewers: |
Wauplin
hanouticelina
hanouticelina

0 comments on commit 46dd343

Please sign in to comment.