Skip to content

Commit 46dd343

Browse files
authored
Do not commit changed_files.txt (#1571)
1 parent 09c9498 commit 46dd343

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
schedule:
66
- cron: "0 3 * * *" # Every day at 3am
77

8-
98
concurrency:
109
group: api_inference_generate_documentation
1110
cancel-in-progress: true
@@ -45,6 +44,7 @@ jobs:
4544
else
4645
echo "changes_detected=false" >> $GITHUB_ENV
4746
fi
47+
rm changed_files.txt
4848
4949
# Skip PR if only certain files are updated
5050
- name: Skip PR creation if no meaningful changes
@@ -68,10 +68,10 @@ jobs:
6868
pnpm update @huggingface/tasks@latest
6969
pnpm run generate
7070
```
71-
71+
7272
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).
73-
73+
7474
Please review the changes before merging.
7575
reviewers: |
7676
Wauplin
77-
hanouticelina
77+
hanouticelina

0 commit comments

Comments
 (0)