Skip to content

Commit 24303ca

Browse files
committed
Remove manual option from release workflow
Signed-off-by: Thijs Baaijen <[email protected]>
1 parent 054e7bf commit 24303ca

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,6 @@ on:
1414
description: Create a (pre-)release when CI passes
1515
default: false
1616
required: false
17-
# run this workflow manually from the Actions tab
18-
workflow_dispatch:
19-
inputs:
20-
create_release:
21-
type: boolean
22-
description: Create a (pre-)release when CI passes
23-
default: false
24-
required: true
2517

2618
concurrency:
2719
group: ${{ github.workflow }}-${{ github.ref }}-main

0 commit comments

Comments
 (0)