Skip to content

Commit 1bb673e

Browse files
committed
ci: Pre merge CI workflow
Pre merge workflow - sync, build & test Reusing - https://github.com/qualcomm-linux/kernel-config Signed-off-by: Vishal Kumar <viskuma@qti.qualcomm.com>
1 parent 538e2a7 commit 1bb673e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pre_merge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: pre_merge
2+
on:
3+
pull_request_target:
4+
5+
jobs:
6+
pre-merge:
7+
uses: qualcomm-linux/kernel-config/.github/workflows/pre_merge.yml@main
8+
secrets: inherit

0 commit comments

Comments
 (0)