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 41f0e11 commit 6781213Copy full SHA for 6781213
.github/workflows/docs.yml
@@ -11,6 +11,9 @@ jobs:
11
docs:
12
runs-on: ubuntu-latest
13
steps:
14
+ - name: Check if upstream workflow failed
15
+ if: ${{ github.event.workflow_run.conclusion == 'failure' }}
16
+ run: exit 1
17
- uses: actions/checkout@v2
18
- uses: actions/setup-python@v2
19
- name: Install dependencies
0 commit comments