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 42f5efd commit 4c3335eCopy full SHA for 4c3335e
.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