From 6ef25c9522f9818dbcfcb53c9f0435ba6c0b8f91 Mon Sep 17 00:00:00 2001 From: Apacelus <46828271+apacelus@users.noreply.github.com> Date: Sun, 12 Nov 2023 22:42:26 +0100 Subject: [PATCH] temporarily remove cache check --- .github/workflows/update-mainline-kernel.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/update-mainline-kernel.yml b/.github/workflows/update-mainline-kernel.yml index be875e4..b0cff7f 100644 --- a/.github/workflows/update-mainline-kernel.yml +++ b/.github/workflows/update-mainline-kernel.yml @@ -26,6 +26,9 @@ jobs: - name: Download remote commit shas id: check-shas run: | + # temporarily remove cache check + exit 0 + # Download remote sha latest_tag=$(curl -s https://api.github.com/repos/eupnea-project/mainline-kernel/releases/latest | jq -r '.tag_name') # fail if curl result is empty