Skip to content

Commit e56b0d0

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 e56b0d0

File tree

2 files changed

+10
-54
lines changed

2 files changed

+10
-54
lines changed

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

Lines changed: 0 additions & 54 deletions
This file was deleted.
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)