Skip to content

Commit ba984c8

Browse files
committed
Update ci.yml
1 parent 85fc22f commit ba984c8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ on:
66
branches: [master]
77
schedule:
88
- cron: "0 */2 * * *"
9+
workflow_call:
10+
inputs:
11+
config-path:
12+
required: true
13+
type: string
14+
secrets:
15+
personal_access_token:
16+
required: true
917
# concurrency:
1018
# # Use github.run_id on main branch
1119
# # Use github.event.pull_request.number on pull requests, so it's unique per pull request

0 commit comments

Comments
 (0)