From 901e037e730cac0d6de9ddd9c50443245e26d713 Mon Sep 17 00:00:00 2001 From: Dmitrii Krasnov Date: Mon, 19 May 2025 12:45:27 +0200 Subject: [PATCH] Updated trigger for running builds with tests --- .github/workflows/gradle.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index a6959b448..7e07e15fc 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -11,7 +11,10 @@ on: jobs: build: - + if: > + github.event_name == 'push' || + (github.event_name == 'pull_request' && ( + github.event.pull_request.head.repo.full_name != github.repository || github.base_ref == 'kotlin-community/dev')) runs-on: ubuntu-latest env: