Skip to content

Commit c58e3e1

Browse files
authored
Merge pull request #618 from IntersectMBO/wenkokke/fix-fail-fast
fix(ci): remove erroneous uses of fail-fast
2 parents ee9ec6c + fdae3e3 commit c58e3e1

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/documentation.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727

2828
runs-on: ubuntu-latest
2929

30-
strategy:
31-
fail-fast: false
32-
3330
env:
3431
ghc: "9.6.6"
3532
cabal: "3.12.1.0"
@@ -94,9 +91,6 @@ jobs:
9491

9592
runs-on: ubuntu-latest
9693

97-
strategy:
98-
fail-fast: false
99-
10094
# https://github.com/actions/deploy-pages
10195
permissions:
10296
pages: write

.github/workflows/haskell.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ concurrency:
1010
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
1111
cancel-in-progress: true
1212

13-
1413
permissions:
1514
contents: read
1615

@@ -302,9 +301,6 @@ jobs:
302301
hlint:
303302
runs-on: ubuntu-latest
304303

305-
strategy:
306-
fail-fast: false
307-
308304
steps:
309305
- name: Checkout repository
310306
uses: actions/checkout@v4

0 commit comments

Comments
 (0)