Skip to content

Commit 2ecc497

Browse files
committed
feat(ci): ignore TechAPI gitlink-only pushes in notify-techapi
Add paths-ignore: [TechAPI] so commits that only move the TechAPI submodule pointer (bump-techapi.yml's bumps) don't dispatch engine-updated. Symmetric with TechAPI's notify-engine ignoring its TechEngine gitlink, converging each real change to exactly one bump.
1 parent 4bcce4e commit 2ecc497

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/notify-techapi.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ name: notify-techapi
99
on:
1010
push:
1111
branches: [main]
12+
# Don't ping TechAPI for commits that only move the TechAPI submodule pointer
13+
# (bump-techapi.yml's own bumps): TechAPI doesn't need to track those, and
14+
# skipping them keeps each real change to exactly one bump — symmetric with
15+
# TechAPI's notify-engine.yml ignoring its TechEngine gitlink.
16+
paths-ignore:
17+
- TechAPI
1218

1319
permissions:
1420
contents: read

0 commit comments

Comments
 (0)