Skip to content

Commit 99601e9

Browse files
committed
ci: Skip redirect updates if config unchanged
1 parent 39f78d6 commit 99601e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update-rtd-redirects.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Update documentation redirects
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- ".readthedocs-custom-redirects.yml"
8+
- ".readthedocs.yml"
69
schedule:
710
- cron: 0 0 * * MON # Run every Monday at 00:00 UTC
811

0 commit comments

Comments
 (0)