Skip to content
This repository was archived by the owner on Nov 12, 2024. It is now read-only.

Commit 64ef2f1

Browse files
committed
ci: add dispatch lib repo
1 parent 51a07a9 commit 64ef2f1

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/dispatch_lib.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Dispatch lib
2+
3+
on:
4+
push:
5+
branches: [main]
6+
paths:
7+
- "schema/**"
8+
9+
jobs:
10+
run_dispatch:
11+
runs-on: ubuntu-latest
12+
timeout-minutes: 10
13+
steps:
14+
- name: run dispatch
15+
run: |
16+
gh workflow run "Update Schema" -r halcyon-org/blllib
17+
env:
18+
GH_TOKEN: ${{ secrets.ORG_TOKEN }}

0 commit comments

Comments
 (0)