From 59113d8dcfdad73410f046b870f3b5351e796487 Mon Sep 17 00:00:00 2001 From: "personaclick-courier[bot]" <205635110+personaclick-courier[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 07:48:03 +0000 Subject: [PATCH] feat(release): sync --- .github/workflows/checks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/checks.yaml b/.github/workflows/checks.yaml index 5899521..cfbc768 100644 --- a/.github/workflows/checks.yaml +++ b/.github/workflows/checks.yaml @@ -4,7 +4,6 @@ on: pull_request: types: - opened - - edited - reopened - synchronize paths-ignore: @@ -18,7 +17,7 @@ concurrency: jobs: Check: - if: ${{ !startsWith(github.ref_name, 'release') }} + if: github.event.pull_request.draft == false uses: personaclick/workflow/.github/workflows/reusable-android-checks.yaml@master permissions: write-all with: