mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
Removing doubled action
This commit is contained in:
13
.github/workflows/compile.yml
vendored
13
.github/workflows/compile.yml
vendored
@@ -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"
|
||||
Reference in New Issue
Block a user