From a881974afa0d39125c9fa7ccc2ffd6d93319fe0e Mon Sep 17 00:00:00 2001 From: rad <81907382+RadGoodNow@users.noreply.github.com> Date: Mon, 28 Oct 2024 22:53:07 +0400 Subject: [PATCH] TEST: Github Actions: Fix TWRP Build --- .github/workflows/TWRP Build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TWRP Build.yml b/.github/workflows/TWRP Build.yml index 9f4c34c..a63ed62 100644 --- a/.github/workflows/TWRP Build.yml +++ b/.github/workflows/TWRP Build.yml @@ -44,7 +44,7 @@ on: jobs: build: - if: github.event.repository.owner.id == github.event.sender.id +# if: github.event.repository.owner.id == github.event.sender.id runs-on: ubuntu-20.04 permissions: contents: write