We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34f5f8d commit 2aa2c8bCopy full SHA for 2aa2c8b
.github/workflows/notify.yml
@@ -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