Skip to content

Stable Release Build linux-wsl-stable-7.0.2 #24

Stable Release Build linux-wsl-stable-7.0.2

Stable Release Build linux-wsl-stable-7.0.2 #24

Workflow file for this run

name: Stable Kernel CI
on:
push:
tags:
- 'linux-wsl-stable-7.0.[0-9]+'
pull_request:
branches:
- 'wsl-7.0-rolling'
run-name: Stable Release Build ${{ github.ref_name }}
jobs:
call-core-workflow:
name: Stable Kernel Build
uses: Nevuly/WSL2-Linux-Kernel-Rolling/.github/workflows/build.yml@master
with:
tag_name: ${{ github.ref_name }}
build_type: current
build_rt: true
build_zfs: true
is_release: ${{ github.event_name != 'pull_request' }}
secrets: inherit