Skip to content

Commit fb56500

Browse files
Merge pull request #684 from nextcloud/repo-sync/android-config/main
🔄 synced file(s) with nextcloud/android-config
2 parents 4d4c6d8 + dc666a1 commit fb56500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Disabled on forks
32-
if: ${{ github.event.pull_request.head.repo.full_name != github.repository }}
32+
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name != github.repository }}
3333
run: |
3434
echo 'Can not analyze PRs from forks'
3535
exit 1

0 commit comments

Comments
 (0)