Skip to content

Commit 2e7104e

Browse files
committed
gh-actions: Disable ZFS build
* ZFS is not ready to support 7.0 kernel. Signed-off-by: Yang Jeong Hun <onyxclover9931@gmail.com>
1 parent 50ecc7c commit 2e7104e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)