Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
temporarily remove cache check
Browse files Browse the repository at this point in the history
  • Loading branch information
Apacelus committed Nov 12, 2023
1 parent 91cc109 commit 6ef25c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update-mainline-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ef25c9

Please sign in to comment.