Skip to content

Commit

Permalink
disable fail-fast and run on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
syu-w committed Nov 29, 2023
1 parent 2cb30cc commit 69d005d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests-weekly.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
name: weekly-tests
on:
pull_request:

schedule:
# Every Monday at 00:00 UTC
- cron: '0 0 * * 1'
Expand All @@ -18,6 +16,7 @@ on:
jobs:
integration-macos:
strategy:
fail-fast: false
matrix:
python: ["3.11"]
runs-on: macos-latest
Expand Down Expand Up @@ -63,6 +62,7 @@ jobs:
.tox/.tox/bin/tox run --skip-pkg-install --no-list-dependencies --colored yes -e integration-py${{ matrix.python }}
integration-slow-macos:
strategy:
fail-fast: false
matrix:
python: ["3.11"]
runs-on: macos-latest
Expand Down

0 comments on commit 69d005d

Please sign in to comment.