Skip to content

Commit f94396f

Browse files
committed
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
1 parent daece05 commit f94396f

File tree

2 files changed

+9
-54
lines changed

2 files changed

+9
-54
lines changed

.github/workflows/upstream-commit-check.yml

Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)