Skip to content

Commit 2aa2c8b

Browse files
committed
ci: notify workflow
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 34f5f8d commit 2aa2c8b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/notify.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# .github/workflows/notify-repo-a.yml
2+
name: Notify Repo External Modules
3+
4+
on:
5+
push:
6+
branches:
7+
- main
8+
9+
jobs:
10+
notify:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Trigger Repository with External modules
14+
uses: peter-evans/repository-dispatch@v3
15+
with:
16+
token: ${{ secrets.GITHUB_TOKEN }}
17+
repository: zephyrproject-rtos/external-modules
18+
event-type: zephyr-repo-updated

0 commit comments

Comments
 (0)