From 7270294e7371a5704675867bb3daeed094b869f2 Mon Sep 17 00:00:00 2001 From: Wauplin Date: Tue, 14 Jan 2025 11:05:37 +0100 Subject: [PATCH] Do not commit changed_files.txt --- .../workflows/api_inference_generate_documentation.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/api_inference_generate_documentation.yml b/.github/workflows/api_inference_generate_documentation.yml index 52189c28a..9be09b4eb 100644 --- a/.github/workflows/api_inference_generate_documentation.yml +++ b/.github/workflows/api_inference_generate_documentation.yml @@ -5,7 +5,6 @@ on: schedule: - cron: "0 3 * * *" # Every day at 3am - concurrency: group: api_inference_generate_documentation cancel-in-progress: true @@ -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 @@ -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 \ No newline at end of file + hanouticelina