[skip ci] Skip building kernel in draft pr (#1256)

This commit is contained in:
Ylarod
2024-01-06 10:28:06 +08:00
committed by GitHub
parent e3e4d2eed4
commit fd7681c3ff
5 changed files with 5 additions and 3 deletions

View File

@@ -15,6 +15,7 @@ on:
jobs:
build:
if: github.event_name == 'pull_request' && !github.event.pull_request.draft
strategy:
matrix:
arch: [x86_64]