Skip to content

Commit 6781213

Browse files
authored
Update docs.yml
1 parent 41f0e11 commit 6781213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
docs:
1212
runs-on: ubuntu-latest
1313
steps:
14+
- name: Check if upstream workflow failed
15+
if: ${{ github.event.workflow_run.conclusion == 'failure' }}
16+
run: exit 1
1417
- uses: actions/checkout@v2
1518
- uses: actions/setup-python@v2
1619
- name: Install dependencies

0 commit comments

Comments
 (0)