We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c86619 commit 60c6212Copy full SHA for 60c6212
.github/workflows/premerge.yaml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout LLVM
17
uses: actions/checkout@v4
18
+ with:
19
+ fetch-depth: 2
20
- name: Build and Test
21
run: |
22
${MODIFIED_FILES:=$(git diff --name-only HEAD~1...HEAD)}
0 commit comments