Skip to content

Commit

Permalink
Featurebug/pipeline revamp3 (Pometry#873)
Browse files Browse the repository at this point in the history
* rename to manual

* undo manual
  • Loading branch information
Haaroon authored May 10, 2023
1 parent 8381f27 commit da597d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_release_rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da597d5

Please sign in to comment.