From 9099fbab0b63b5bbf7e64ca7b1e0e7b71aefb89b Mon Sep 17 00:00:00 2001 From: Nikolay Kostyurin Date: Tue, 14 Oct 2025 04:18:21 +0200 Subject: [PATCH] chore: run publish workflow manually --- .github/workflows/pr.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 71eea99..19b5d45 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,13 +6,8 @@ on: description: 'Build & Publish Pre-alpha Release' required: true type: boolean - default: true -# workflow_run: -# workflows: -# - Tests -# - Benchmark -# types: -# - completed + default: false + pull_request: paths-ignore: - '.changeset/**' @@ -31,6 +26,7 @@ permissions: jobs: build: name: 'Build & Publish Pre-alpha Release' + if: ${{ github.event.inputs.test == 'true' }} runs-on: ubuntu-latest