Skip to content

Commit

Permalink
Use fail-fast instead of continue-on-error in nightly run
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Jan 10, 2025
1 parent 5686e81 commit afa6591
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cron-run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,11 @@ jobs:
actions: write

strategy:
fail-fast: false
matrix:
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
runner: [ubuntu-22.04, ubuntu-24.04, windows-2019]

continue-on-error: false

steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
Expand Down

0 comments on commit afa6591

Please sign in to comment.