Skip to content

Commit 3bd4ef4

Browse files
committed
ci: add workflow_dispatch to notify-engine
Allow manually triggering the reverse submodule sync (dispatches with the current main HEAD). This commit is also the first real-push end-to-end test of the reverse direction now that ENGINE_TOKEN is configured.
1 parent 34a9177 commit 3bd4ef4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/notify-engine.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ on:
1717
branches: [main]
1818
paths-ignore:
1919
- "TechEngine"
20+
workflow_dispatch: # manual reverse-sync trigger (uses main HEAD sha)
2021

2122
permissions:
2223
contents: read

0 commit comments

Comments
 (0)