Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 7f9756a4 authored by Andy Scherzinger's avatar Andy Scherzinger Committed by GitHub
Browse files

Merge pull request #2666 from nextcloud/repo-sync/android-config/main

🔄 synced file(s) with nextcloud/android-config
parents 21242259 46277b3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ jobs:
        runs-on: ubuntu-latest
        steps:
            - name: Disabled on forks
              if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
              if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
              run: |
                  echo 'Can not analyze PRs from forks'
                  exit 1