Removing doubled action

This commit is contained in:
Igor Pečovnik
2020-06-17 21:23:12 +02:00
committed by GitHub
parent 1ff911b57a
commit 27aa5ff727

View File

@@ -1,13 +0,0 @@
name: Build
on:
pull_request:
jobs:
build:
name: Compile changed kernels
runs-on: [self-hosted,public]
steps:
- name: Run compilation to see if it breaks something
shell: bash
run: |
cd build
./compile.sh all KERNEL_ONLY="yes" BETA="no"