diff options
Diffstat (limited to '.github/workflows/ftp.yml')
-rw-r--r-- | .github/workflows/ftp.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ftp.yml b/.github/workflows/ftp.yml index 643aef72c34..fa4c52ce67d 100644 --- a/.github/workflows/ftp.yml +++ b/.github/workflows/ftp.yml @@ -17,6 +17,8 @@ jobs: ftp-tests: runs-on: ubuntu-latest + if: ${{ github.repository_owner != 'nextcloud-gmbh' }} + strategy: # do not stop on another job's failure fail-fast: false |