[all-commits] [llvm/llvm-project] 9b381c: [Github] Fetch number of commits in PR for docs ac...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Oct 20 18:48:53 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b381c6a06958f295f016066cadf67899e3f99d7
https://github.com/llvm/llvm-project/commit/9b381c6a06958f295f016066cadf67899e3f99d7
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M .github/workflows/docs.yml
Log Message:
-----------
[Github] Fetch number of commits in PR for docs action (#69763)
This patches changes the docs action to run a fetch with a depth of the
number of commits in the PR (1 if we're just running against a push
event) which significantly increases the speed of the changed files
event. The changed files event goes from taking ~30m to ~3s without any
noticeable increase in fetch time.
More information about the All-commits
mailing list