Skip to content

Commit 2156119

Browse files
bmastbergenPlaidCat
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>
1 parent 487c54b commit 2156119

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)