[all-commits] [llvm/llvm-project] 6250af: [Github] Fetch an additional commit for docs CI on...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat Oct 21 16:45:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6250afe37fd1f7d9fecf18e3cfdadf638a299c8a
https://github.com/llvm/llvm-project/commit/6250afe37fd1f7d9fecf18e3cfdadf638a299c8a
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-10-21 (Sat, 21 Oct 2023)
Changed paths:
M .github/workflows/docs.yml
Log Message:
-----------
[Github] Fetch an additional commit for docs CI on PRs
There still seem to be issues with the files changed step taking a
significant amount of time on PRs. This seems to be occurring on PRs
with one commit and not on PRs with more than one commit which is why I
didn't catch this nuance before. Either way, fetching an additional
commit seems to fix the issue. Requires a little bit of hackiness due to
the fact that you can't do math in the github actions variables.
Will be monitoring this over the next little bit to see if this actually
fixes the problem.
CI stuff is annoying sometimes.
More information about the All-commits
mailing list