Skip to content

Commit

Permalink
workflow: disable lkm building
Browse files Browse the repository at this point in the history
  • Loading branch information
rsuntk committed Aug 31, 2024
1 parent 97f49cf commit d698db6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-manager.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ on:
workflow_call:

jobs:
build-lkm:
uses: ./.github/workflows/build-lkm.yml
secrets: inherit
# build-lkm:
# uses: ./.github/workflows/build-lkm.yml
# secrets: inherit

build-ksud:
needs: build-lkm
# needs: build-lkm
strategy:
matrix:
include:
Expand Down

0 comments on commit d698db6

Please sign in to comment.