We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84ce91a commit e7d1620Copy full SHA for e7d1620
.github/workflows/release_docs.yml
@@ -1,12 +1,5 @@
1
name: Release docs
2
on:
3
- workflow_dispatch:
4
- inputs:
5
- pr:
6
- description: Pull request number to release docs for
7
- required: true
8
- type: string
9
-
10
pull_request:
11
# types: [closed]
12
branches: [ main ]
@@ -16,7 +9,7 @@ permissions:
16
17
jobs:
18
deploy:
19
- if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
+ # if: ${{ github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true) }}
20
13
runs-on: ubuntu-latest
21
14
steps:
22
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments