Skip to content

Commit 73016dc

Browse files
committed
ci: allow a label to trigger multiarch CI
1 parent df2db75 commit 73016dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo '| Package | System | Status |' >> $GITHUB_STEP_SUMMARY
4747
echo '|---------|--------|--------|' >> $GITHUB_STEP_SUMMARY
4848
49-
if ${{ github.event_name == 'pull_request' }}; then
49+
if ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'CI:Multiarch') }}; then
5050
# We only support MacOS with best-effort basis. They take much longer to build so shouldn't block PR.
5151
SYSTEMS=(x86_64-linux)
5252
else

0 commit comments

Comments
 (0)