Skip to content

Commit

Permalink
DEBUG: run more jobs on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Oct 21, 2023
1 parent fa7c9d9 commit 65cb689
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- maintenance/**
push:
branches:
- fix-strtold_l-check

permissions:
contents: read # to fetch code (actions/checkout)
Expand All @@ -19,7 +22,6 @@ concurrency:
jobs:
x86_conda:
name: macOS x86-64 conda
if: "github.repository == 'numpy/numpy'"
runs-on: macos-latest
strategy:
matrix:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
- maintenance/**
push:
branches:
- fix-strtold_l-check

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
Expand All @@ -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"]
Expand Down

0 comments on commit 65cb689

Please sign in to comment.