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.
2 parents a7e81eb + 1600cf0 commit 4fcba24Copy full SHA for 4fcba24
.github/workflows/premerge.yaml
@@ -149,7 +149,7 @@ jobs:
149
uses: llvm/actions/install-ninja@main
150
- name: Build and Test
151
run: |
152
- 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)
153
154
if [[ "${projects_to_build}" == "" ]]; then
155
echo "No projects to build"
0 commit comments