From 75e1910a3aa07991f08941d6c4509c5d0b431cf0 Mon Sep 17 00:00:00 2001 From: nextcloud-android-bot Date: Wed, 18 Jun 2025 03:14:50 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20local=20'.github/workfl?= =?UTF-8?q?ows/'=20with=20remote=20'config/workflows/'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nextcloud-android-bot --- .github/workflows/analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analysis.yml b/.github/workflows/analysis.yml index 909d9deb..59b5910d 100644 --- a/.github/workflows/analysis.yml +++ b/.github/workflows/analysis.yml @@ -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