Skip to content

Commit

Permalink
DEBUG: run on fork (mypy)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgommers committed Apr 28, 2024
1 parent a7c8b14 commit 191abe5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 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/**
- upgrade-mypy
pull_request:
branches:
- main
Expand All @@ -27,12 +28,8 @@ jobs:

test_meson:
name: mypy (py3.10) & dev deps (py3.12), fast, dev.py
needs: get_commit_message
# If using act to run CI locally the github object does not exist and
# the usual skipping should not be enforced
if: >
needs.get_commit_message.outputs.message == 1
&& (github.repository == 'scipy/scipy' || github.repository == '')
runs-on: ubuntu-22.04
strategy:
matrix:
Expand Down

0 comments on commit 191abe5

Please sign in to comment.