Skip to content

Commit

Permalink
Fix GH Actions fail-fast usage:
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored and svenevs committed Oct 19, 2023
1 parent cb8cf90 commit 889b86d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test_extras.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
build_docs_linkcheck:
name: Docs / Linkcheck
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand All @@ -43,8 +41,6 @@ jobs:
build_flake8:
name: Flake8
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand All @@ -62,8 +58,6 @@ jobs:
build_dist:
name: Packaging
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/testing_projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
build_linux:
name: Linux
runs-on: ubuntu-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -62,8 +60,6 @@ jobs:
build_windows:
name: Windows
runs-on: windows-latest
strategy:
fail-fast: false

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 889b86d

Please sign in to comment.