From 134507b928f1beda19cc1ca77a40ecf8ed72209e Mon Sep 17 00:00:00 2001 From: Howard Wu Date: Wed, 5 Jul 2023 08:03:27 +0800 Subject: [PATCH] ci: Fix checkout branch (#720) Don't set ref branch for properly check PR --- .github/workflows/build-kernel-arcvm.yml | 1 - .github/workflows/build-kernel-wsa.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/build-kernel-arcvm.yml b/.github/workflows/build-kernel-arcvm.yml index 710d6363..33579a8b 100644 --- a/.github/workflows/build-kernel-arcvm.yml +++ b/.github/workflows/build-kernel-arcvm.yml @@ -62,7 +62,6 @@ jobs: uses: actions/checkout@v3 with: path: KernelSU - ref: main fetch-depth: 0 - name: Setup kernel source diff --git a/.github/workflows/build-kernel-wsa.yml b/.github/workflows/build-kernel-wsa.yml index d85de336..e5d7ef59 100644 --- a/.github/workflows/build-kernel-wsa.yml +++ b/.github/workflows/build-kernel-wsa.yml @@ -76,7 +76,6 @@ jobs: uses: actions/checkout@v3 with: path: KernelSU - ref: main fetch-depth: 0 - name: Setup kernel source