Skip to content

Commit 759b8d9

Browse files
Restore native CI paths-ignore for the kotoba tree
draco-ci must skip kotoba/** and .github/workflows/kotoba.yml so a header-only binding does not enqueue the C++/JS matrix. Co-authored-by: Jun Kawasaki <04.feasts_minded@icloud.com>
1 parent c84b40f commit 759b8d9

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
on:
22
pull_request:
3-
# Run on all pull requests.
3+
# Fork kotoba/ tree is checked by .github/workflows/kotoba.yml.
4+
paths-ignore:
5+
- "kotoba/**"
6+
- ".github/workflows/kotoba.yml"
47

58
push:
69
# Run on merges/pushes to main.
710
branches:
811
- main
12+
paths-ignore:
13+
- "kotoba/**"
14+
- ".github/workflows/kotoba.yml"
915

1016
schedule:
1117
# Run nightly, at midnight.

0 commit comments

Comments
 (0)