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 4643e74 commit 1f9e179Copy full SHA for 1f9e179
.github/workflows/push_doc_changes_to_website.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
doc_dispatch:
11
runs-on: ubuntu-latest
12
- if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
+ if: ${{ (github.event.workflow_run.conclusion == 'success' && github.event_name == 'push') || github.event_name == 'workflow_dispatch' }}
13
steps:
14
- name: Set SSH key
15
run: echo "$SSH_DEPLOY_KEY" > ssh_deploy_key.pem
0 commit comments