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 75cad42 commit 288ef04Copy full SHA for 288ef04
.github/workflows/premerge.yaml
@@ -193,7 +193,7 @@ jobs:
193
uses: llvm/actions/install-ninja@main
194
- name: Build and Test
195
run: |
196
- source <(git diff --name-only HEAD~2..HEAD | python3 .ci/compute_projects.py)
+ source <(git diff --name-only HEAD~1...HEAD | python3 .ci/compute_projects.py)
197
198
if [[ "${projects_to_build}" == "" ]]; then
199
echo "No projects to build"
0 commit comments