Skip to content

Commit d3b1a69

Browse files
committed
Don't run tests twice
When creating a pull request, push check are run anyway.
1 parent f6d0a5b commit d3b1a69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Test
22

3-
on: [push, pull_request]
3+
on: [push]
44

55
env:
66
FORCE_COLOR: 1
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
12-
fail-fast: false
12+
fail-fast: true
1313
matrix:
1414
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1515
cython-version: ["0.29", "3"]

0 commit comments

Comments
 (0)