Skip to content

Commit 7108056

Browse files
committed
Create workflow to trigger platform subtree pull
1 parent 123f1bc commit 7108056

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Trigger Subtree Update in Platform
2+
3+
on:
4+
push:
5+
branches: [ main ] # Run when changes land in chronon's main
6+
7+
jobs:
8+
trigger-subtree-pull:
9+
uses: zipline-ai/platform/.github/workflows/subtree_pull_reusable.yaml@main
10+
secrets: inherit # Passes all secrets (needed for the deploy key)

0 commit comments

Comments
 (0)