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 e812161 commit 74538f7Copy full SHA for 74538f7
.github/workflows/ci-app-examples.yml
@@ -20,6 +20,7 @@ concurrency:
20
21
jobs:
22
app-examples:
23
+ if: github.event.pull_request.draft == false
24
runs-on: ${{ matrix.os }}
25
strategy:
26
fail-fast: false
.github/workflows/docs-checks.yml
@@ -14,6 +14,7 @@ concurrency:
14
15
make-doctest:
16
runs-on: ubuntu-20.04
17
+ needs: make-html # make it depending on build docs to reduce load
18
19
matrix:
0 commit comments