Skip to content

Commit

Permalink
DEBUG: run on fork
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 29, 2024
1 parent beed1de commit f3200ce
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- maintenance/**
- fix-wrong-interpreter
pull_request:
branches:
- main
Expand Down Expand Up @@ -394,10 +395,10 @@ jobs:
# For such a build config, `python`/`python3` executables may not have
# build dependencies like Cython or NumPy installed.
name: non-default Python interpreter, fast, py3.10/npMin, pip+pytest
needs: get_commit_message
if: >
needs.get_commit_message.outputs.message == 1
&& (github.repository == 'scipy/scipy' || github.repository == '')
# needs: get_commit_message
# if: >
# needs.get_commit_message.outputs.message == 1
# && (github.repository == 'scipy/scipy' || github.repository == '')
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit f3200ce

Please sign in to comment.