Skip to content

Commit c47d8e5

Browse files
committed
feat: add repository_dispatch trigger for cross-repo CI
1 parent 81dc610 commit c47d8e5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: CI
22

33
on:
4+
repository_dispatch:
5+
types: [dependency-update]
46
push:
57
branches: [master]
68
pull_request:
@@ -50,6 +52,8 @@ jobs:
5052
# Integration tests — checks out eos + eboot alongside ebuild
5153
# ────────────────────────────────────────────────────────────
5254
integration:
55+
repository_dispatch:
56+
types: [dependency-update]
5357
name: Integration (${{ matrix.os }} / Python ${{ matrix.python }})
5458
runs-on: ${{ matrix.os }}
5559
strategy:

0 commit comments

Comments
 (0)