Skip to content

Commit

Permalink
move new input to manual runs
Browse files Browse the repository at this point in the history
  • Loading branch information
emmyoop committed Apr 16, 2024
1 parent 4470c53 commit e5877b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ on:
type: boolean
default: false
required: false
only_docker:
description: "Only release Docker image, skip GitHub & PyPI"
type: boolean
default: false
required: false
workflow_call:
inputs:
target_branch:
Expand All @@ -59,11 +64,6 @@ on:
type: boolean
default: false
required: false
only_docker:
description: "Only release Docker image, skip GitHub & PyPI"
type: boolean
default: false
required: false

permissions:
contents: write # this is the permission that allows creating a new release
Expand Down

0 comments on commit e5877b7

Please sign in to comment.