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 86df89b commit 59147baCopy full SHA for 59147ba
.github/workflows/test.yaml
@@ -942,6 +942,8 @@ jobs:
942
- name: ${{ matrix.stage.description }}
943
shell: bash
944
run: make ${{ matrix.stage.make }}
945
+ # For MacOS x64 - run tests only on main or release branches
946
+ if: github.event_name != 'pull_request' || startsWith(github.head_ref, 'release-') || matrix.metadata.os != 'macos-15-intel'
947
env:
948
TARGET: ${{ matrix.metadata.target }}
949
TARGET_DIR: target/${{ matrix.metadata.target }}/release
0 commit comments