Skip to content

Commit 8f75477

Browse files
committed
Fetch last 100 commits for LLVM sources
1 parent e8d3fe7 commit 8f75477

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/clang-format-checker.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
uses: step-security/changed-files@3dbe17c78367e7d60f00d78ae6781a35be47b4a1 # v45.0.1
2424
with:
2525
separator: ","
26-
skip_initial_fetch: true
26+
# skip_initial_fetch: true
27+
fetch_depth: 100 # Fetches only the last 100 commits
2728

2829
- name: "Listed files"
2930
env:

0 commit comments

Comments
 (0)