Skip to content

Commit 9971e1a

Browse files
committed
TST: don't fail fast in CI and add workflow_dispatch trigger
1 parent 12fbf2c commit 9971e1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
schedule:
1010
# run this every Wednesday at 3 am UTC
1111
- cron: 0 3 * * 3
12+
workflow_dispatch:
1213

1314
jobs:
1415
tests:
1516
strategy:
17+
fail-fast: false
1618
matrix:
1719
os:
1820
- ubuntu-latest

0 commit comments

Comments
 (0)