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 3a6afc3 commit c183456Copy full SHA for c183456
.github/workflows/root-ci.yml
@@ -106,6 +106,7 @@ jobs:
106
arch: ARM64
107
overrides: ["CMAKE_CXX_STANDARD=20"]
108
- platform: mac-beta
109
+ is_special: true
110
111
112
@@ -174,7 +175,7 @@ jobs:
174
175
--platform ${{ matrix.platform }}"
176
177
- name: Workflow dispatch
- if: github.event_name == 'workflow_dispatch'
178
+ if: ${{ github.event_name == 'workflow_dispatch' && !matrix.is_special }}
179
run: ".github/workflows/root-ci-config/build_root.py
180
--buildtype ${{ inputs.buildtype }}
181
--platform ${{ matrix.platform }}
0 commit comments