Skip to content

Commit 852b7dd

Browse files
committed
gh-actions: Disable ZFS build
* ZFS is not ready to support 6.19 kernel. Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
1 parent 397e2fc commit 852b7dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
uses: Nevuly/WSL2-Linux-Kernel-Rolling/.github/workflows/build.yml@master
1717
with:
1818
tag_name: ${{ github.ref_name }}
19-
build_zfs: true
19+
build_zfs: false
2020
is_normal_build: ${{ github.event_name != 'pull_request' }}
2121
secrets: inherit

0 commit comments

Comments
 (0)