Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/all-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ concurrency: # Cancel previous workflows on the same pull request
jobs:
run:
name: ${{ matrix.os }} Python ${{ matrix.python-version }}
# Run only in upstream repo to avoid unnecessary runs in forks
if: github.repository == 'SpikeInterface/spikeinterface'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
create-gin-data-cache-if-missing:
name: Caching data env
# Run only in upstream repo to avoid unnecessary runs in forks
if: github.repository == 'SpikeInterface/spikeinterface'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/full-test-with-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ env:
jobs:
full-tests-with-codecov:
name: Codecov in Ubuntu
# Run only in upstream repo to avoid unnecessary runs in forks
if: github.repository == 'SpikeInterface/spikeinterface'
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/installation-tips-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
jobs:
installation-tips-testing:
name: Build Conda Env on ${{ matrix.os }} OS
# Run only in upstream repo to avoid unnecessary runs in forks
if: github.repository == 'SpikeInterface/spikeinterface'
runs-on: ${{ matrix.os }}
defaults:
run:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/test_kilosort4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
# Poll Pypi for all released KS4 versions >4.0.16, save to JSON
# and store them in a matrix for the next job.
runs-on: ubuntu-latest
# Run only in upstream repo to avoid unnecessary runs in forks
if: github.repository == 'SpikeInterface/spikeinterface'
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
Expand Down