Skip to content

Commit 221d4e1

Browse files
bmastbergenshreeya-patel98
authored andcommitted
github actions: Use reusable validate kernel commits workflow
Simplifies the workflow to use the reusable workflow defined in main branch. This reduces duplication and makes the workflow easier to maintain across multiple branches. The workflow was renamed because it now includes validation over and above just checking for upstream fixes Signed-off-by: Jonathan Maple <jmaple@ciq.com> Signed-off-by: Shreeya Patel <spatel@ciq.com>
1 parent b4ae1a6 commit 221d4e1

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: Validate Kernel Commits
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened]
6+
7+
jobs:
8+
check:
9+
uses: ctrliq/kernel-src-tree/.github/workflows/validate-kernel-commits.yml@main
10+
secrets: inherit

0 commit comments

Comments
 (0)