From 65cb689094518d298e944ed46582dfdbdcce8203 Mon Sep 17 00:00:00 2001 From: Ralf Gommers Date: Sat, 21 Oct 2023 20:14:39 +0200 Subject: [PATCH] DEBUG: run more jobs on fork --- .github/workflows/macos.yml | 4 +++- .github/workflows/windows.yml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5b76c628595f..df54371ec4e5 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -5,6 +5,9 @@ on: branches: - main - maintenance/** + push: + branches: + - fix-strtold_l-check permissions: contents: read # to fetch code (actions/checkout) @@ -19,7 +22,6 @@ concurrency: jobs: x86_conda: name: macOS x86-64 conda - if: "github.repository == 'numpy/numpy'" runs-on: macos-latest strategy: matrix: diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 988a55b761db..c4f39b238916 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -5,6 +5,9 @@ on: branches: - main - maintenance/** + push: + branches: + - fix-strtold_l-check concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} @@ -17,7 +20,6 @@ jobs: python64bit_openblas: name: x86-64, LP64 OpenBLAS runs-on: windows-2019 - if: "github.repository == 'numpy/numpy'" strategy: matrix: compiler: ["MSVC", "Clang-cl"]