Skip to content

Commit e7d1620

Browse files
committed
ci: delete workflow_dispatch section
1 parent 84ce91a commit e7d1620

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/release_docs.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
name: Release docs
22
on:
3-
workflow_dispatch:
4-
inputs:
5-
pr:
6-
description: Pull request number to release docs for
7-
required: true
8-
type: string
9-
103
pull_request:
114
# types: [closed]
125
branches: [ main ]
@@ -16,7 +9,7 @@ permissions:
169

1710
jobs:
1811
deploy:
19-
if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
12+
# if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
2013
runs-on: ubuntu-latest
2114
steps:
2215
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

0 commit comments

Comments
 (0)