Skip to content

Commit

Permalink
Revert "ci: set correct paths"
Browse files Browse the repository at this point in the history
This reverts commit 2967778.
  • Loading branch information
5ec1cff committed Nov 22, 2024
1 parent 16aac26 commit 53efd0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build-lkm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ on:
branches: ["main", "ci", "checkci"]
paths:
- ".github/workflows/build-lkm.yml"
- 'kernel/**'
pull_request:
branches: ["main"]
paths:
- ".github/workflows/build-lkm.yml"
- 'kernel/**'
workflow_call:
workflow_dispatch:
jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
paths:
- '.github/workflows/build-manager.yml'
- 'manager/**'
- 'kernel/**'
- 'userspace/ksud/**'
pull_request:
branches: [ "main" ]
Expand Down

0 comments on commit 53efd0f

Please sign in to comment.