Skip to content

Commit 15d2512

Browse files
committed
Use fail-fast instead of continue-on-error in nightly run
1 parent 0c7f025 commit 15d2512

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/cron-run-tests.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,11 @@ jobs:
3333
actions: write
3434

3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
3839
runner: [ubuntu-22.04, ubuntu-24.04, windows-2019]
3940

40-
continue-on-error: false
41-
4241
steps:
4342
- name: Cancel Previous Runs
4443
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1

0 commit comments

Comments
 (0)