We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00dd114 commit 1721741Copy full SHA for 1721741
.github/workflows/root-ci.yml
@@ -165,7 +165,7 @@ jobs:
165
if: github.event_name == 'pull_request'
166
env:
167
HOME: /Users/sftnight
168
- INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') }}
+ INCREMENTAL: ${{ !contains(github.event.pull_request.labels.*.name, 'clean build') && !matrix.platform == "mac15" && !matrix.platform == "mac26"}}
169
GITHUB_PR_ORIGIN: ${{ github.event.pull_request.head.repo.clone_url }}
170
run: ".github/workflows/root-ci-config/build_root.py
171
--buildtype RelWithDebInfo
0 commit comments