Skip to content

Stable Release Build linux-wsl-stable-7.2.0 #49

Stable Release Build linux-wsl-stable-7.2.0

Stable Release Build linux-wsl-stable-7.2.0 #49

Workflow file for this run

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