Skip to content

Commit 91aa32b

Browse files
authored
Remove manual option from release workflow (#73)
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 9c28963 commit 91aa32b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-test-release.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,6 @@ on:
1919
description: "The created release tag"
2020
value: ${{ jobs.github-release.outputs.tag }}
2121

22-
# run this workflow manually from the Actions tab
23-
workflow_dispatch:
24-
inputs:
25-
create_release:
26-
type: boolean
27-
description: Create a (pre-)release when CI passes
28-
default: false
29-
required: true
30-
3122
concurrency:
3223
group: ${{ github.workflow }}-${{ github.ref }}-main
3324
cancel-in-progress: true

0 commit comments

Comments
 (0)