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 9021463 commit ef1cd92Copy full SHA for ef1cd92
.github/workflows/docs.yml
@@ -13,7 +13,7 @@ on:
13
jobs:
14
docs:
15
runs-on: ubuntu-latest
16
- if: github.event.workflow_run.conclusion == 'success'
+ if: github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success'
17
steps:
18
- name: Checkout the repository
19
uses: actions/checkout@v3
0 commit comments