Skip to content

Commit 4e363aa

Browse files
committed
ci: skip full CI for docs-only PRs
1 parent 914ca11 commit 4e363aa

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,11 @@ jobs:
5050
- uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1
5151
id: filter
5252
with:
53+
predicate-quantifier: every
5354
filters: |
5455
code:
5556
- '!**/*.md'
57+
- '!docs/**'
5658
5759
download-previous-rolldown-binaries:
5860
needs: detect-changes

0 commit comments

Comments
 (0)