Skip to content

Commit d2356d9

Browse files
Merge pull request #53261 from nextcloud/ci/noid/fail-fast-false
2 parents 6b68caf + 893c0b4 commit d2356d9

21 files changed

+15
-6
lines changed

.github/workflows/files-external-ftp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4444

4545
strategy:
46-
# do not stop on another job's failure
4746
fail-fast: false
4847
matrix:
4948
php-versions: ['8.1', '8.4']

.github/workflows/files-external-s3.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4444

4545
strategy:
46+
fail-fast: false
4647
matrix:
4748
php-versions: ['8.1', '8.2', '8.3', '8.4']
4849
include:

.github/workflows/files-external-sftp.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4444

4545
strategy:
46-
# do not stop on another job's failure
4746
fail-fast: false
4847
matrix:
4948
php-versions: ['8.1', '8.4']

.github/workflows/files-external-smb.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4444

4545
strategy:
46+
fail-fast: false
4647
matrix:
4748
php-versions: ['8.1']
4849
include:

.github/workflows/files-external-webdav.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4444

4545
strategy:
46+
fail-fast: false
4647
matrix:
4748
php-versions: ['8.1', '8.2', '8.3', '8.4']
4849
include:

.github/workflows/files-external.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4343

4444
strategy:
45+
fail-fast: false
4546
matrix:
4647
php-versions: ['8.1', '8.2', '8.3', '8.4']
4748
include:

.github/workflows/integration-dav.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
4444

4545
strategy:
46-
# do not stop on another job's failure
4746
fail-fast: false
4847
matrix:
4948
php-versions: ['8.1']

.github/workflows/integration-litmus.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
4444

4545
strategy:
46-
# do not stop on another job's failure
4746
fail-fast: false
4847
matrix:
4948
php-versions: ['8.1']

.github/workflows/integration-s3-primary.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
if: needs.changes.outputs.src != 'false' && github.repository_owner != 'nextcloud-gmbh'
4444

4545
strategy:
46-
# do not stop on another job's failure
4746
fail-fast: false
4847
matrix:
4948
php-versions: ['8.1']

.github/workflows/object-storage-azure.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ jobs:
4747
if: ${{ github.repository_owner != 'nextcloud-gmbh' && needs.changes.outputs.src != 'false' }}
4848

4949
strategy:
50+
fail-fast: false
5051
matrix:
5152
php-versions: ['8.1', '8.2']
5253
include:

0 commit comments

Comments
 (0)