diff --git a/.github/workflows/linux_simd.yml b/.github/workflows/linux_simd.yml index 754cc349ccd9..a4c4eb64b653 100644 --- a/.github/workflows/linux_simd.yml +++ b/.github/workflows/linux_simd.yml @@ -31,6 +31,9 @@ name: Linux SIMD tests # Executes only the SIMD tests for various AVX512 SIMD extensions under the Intel Software Development Emulator (SDE). # on: + push: + branches: + - bld-svml-objects pull_request: branches: - main @@ -250,7 +253,6 @@ jobs: $NUMPY_SITE/numpy/linalg/tests/test_* intel_compiler: - needs: [baseline_only] runs-on: ubuntu-24.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1