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 df2db75 commit 73016dcCopy full SHA for 73016dc
.github/workflows/ci.yml
@@ -46,7 +46,7 @@ jobs:
46
echo '| Package | System | Status |' >> $GITHUB_STEP_SUMMARY
47
echo '|---------|--------|--------|' >> $GITHUB_STEP_SUMMARY
48
49
- if ${{ github.event_name == 'pull_request' }}; then
+ if ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI:Multiarch') }}; then
50
# We only support MacOS with best-effort basis. They take much longer to build so shouldn't block PR.
51
SYSTEMS=(x86_64-linux)
52
else
0 commit comments