Skip to content

Commit 74538f7

Browse files
authored
CI: skip examples with draft (#14453)
1 parent e812161 commit 74538f7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci-app-examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ concurrency:
2020

2121
jobs:
2222
app-examples:
23+
if: github.event.pull_request.draft == false
2324
runs-on: ${{ matrix.os }}
2425
strategy:
2526
fail-fast: false

.github/workflows/docs-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ concurrency:
1414
jobs:
1515
make-doctest:
1616
runs-on: ubuntu-20.04
17+
needs: make-html # make it depending on build docs to reduce load
1718
strategy:
1819
fail-fast: false
1920
matrix:

0 commit comments

Comments
 (0)