diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml deleted file mode 100644 index 9320337b3..000000000 --- a/.github/workflows/compile.yml +++ /dev/null @@ -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"