From da597d5ae1f2eb099de777f95a963622c6f41a21 Mon Sep 17 00:00:00 2001 From: Haaroon Y Date: Wed, 10 May 2023 11:08:02 +0100 Subject: [PATCH] Featurebug/pipeline revamp3 (#873) * rename to manual * undo manual --- .github/workflows/_release_python.yml | 4 ++-- .github/workflows/_release_rust.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/_release_python.yml b/.github/workflows/_release_python.yml index 11f9643948..5ce00bd99e 100644 --- a/.github/workflows/_release_python.yml +++ b/.github/workflows/_release_python.yml @@ -10,8 +10,8 @@ on: description: 'DRY RUN: If true will not publish the release and will not push anything to PyPi/crates.io. However it will still make a PR and a branch to show you what it changed' type: boolean - default: true - required: true + default: false + required: false jobs: python-linux: diff --git a/.github/workflows/_release_rust.yml b/.github/workflows/_release_rust.yml index 265c900376..3344a57e4f 100644 --- a/.github/workflows/_release_rust.yml +++ b/.github/workflows/_release_rust.yml @@ -10,8 +10,8 @@ on: description: 'DRY RUN: If true will not publish the release and will not push anything to PyPi/crates.io. However it will still make a PR and a branch to show you what it changed' type: boolean - default: true - required: true + default: false + required: false jobs: release-rust: