diff options
author | Aiden Grossman <aidengrossman@google.com> | 2025-03-28 21:45:07 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-28 21:45:07 -0700 |
commit | 2898c3e0bbf904c68efb194525bcdfeedb3014c2 (patch) | |
tree | eee1a1e8ca8326e35b0cccb6616514acdb23fd9f /llvm/lib/CodeGen | |
parent | 31fe0d20fc49b0e0f653c95496b7955328f2983b (diff) | |
download | llvm-2898c3e0bbf904c68efb194525bcdfeedb3014c2.zip llvm-2898c3e0bbf904c68efb194525bcdfeedb3014c2.tar.gz llvm-2898c3e0bbf904c68efb194525bcdfeedb3014c2.tar.bz2 |
[Github] Simplify Getting Changed Files in Code Formatting Workflow (#133023)
This patch changes getting changed files in the pr code format job to
just checking out the previous two commits (the merge commit and its
porent, the current commit latest in main), which allows us to just diff
the merge commit. This means we do not have to checkout the ref through
the merge base, which should save approximately a minute per job (or
much more in some cases where the PR is particularly out of date).
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions