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 443b607 commit 248a2ecCopy full SHA for 248a2ec
.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.repository == 'haraldng/omnipaxos' && github.ref == 'refs/heads/master' && github.event_name == 'push'
+ if: github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.head_branch == 'master' && github.event_name == 'push'
13
steps:
14
- name: Set SSH key
15
run: echo "$SSH_DEPLOY_KEY" > ssh_deploy_key.pem
0 commit comments