Skip to content

Commit

Permalink
don't skip the doctests CI (#4869)
Browse files Browse the repository at this point in the history
* don't skip the doctests CI with skip-ci

* empty commit [skip-ci]
  • Loading branch information
keewis authored Feb 7, 2021
1 parent ec7f628 commit a5f53e2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-additional.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ jobs:
doctest:
name: Doctests
runs-on: "ubuntu-latest"
needs: detect-ci-trigger
if: needs.detect-ci-trigger.outputs.triggered == 'false'
defaults:
run:
shell: bash -l {0}
Expand Down

0 comments on commit a5f53e2

Please sign in to comment.