Skip to content

Commit

Permalink
Merge pull request #471 from petrelharp/cronfix
Browse files Browse the repository at this point in the history
no cron on forks
  • Loading branch information
petrelharp authored Sep 18, 2024
2 parents 5c5c082 + 41c5cc9 commit a13deab
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: Cancel previous runs
uses: styfle/[email protected]
tests-Unix-CLI:
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'messerlab/slim')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -93,6 +94,7 @@ jobs:
cd treerec/tests && python -m pytest -xv
tests-Windows-CLI:
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'messerlab/slim')
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -175,6 +177,7 @@ jobs:
cd treerec/tests && python -m pytest -xv
tests-Unix-GUI:
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'messerlab/slim')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -227,6 +230,7 @@ jobs:
make -j 2 && make test
tests-Windows-GUI:
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'messerlab/slim')
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -264,6 +268,7 @@ jobs:
make -j 2 && make test
tests-windows-latest-pacman:
if: github.event_name != 'schedule' || (github.event_name == 'schedule' && github.repository == 'messerlab/slim')
runs-on: windows-latest
strategy:
fail-fast: false
Expand Down

0 comments on commit a13deab

Please sign in to comment.