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 cd7d2db commit 1600cf0Copy full SHA for 1600cf0
.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