From 3d7939314b58e84cc5bb703ef2e0f8427c2c4706 Mon Sep 17 00:00:00 2001 From: Salman Muin Kayser Chishti Date: Mon, 29 Sep 2025 15:10:00 +0100 Subject: [PATCH] Revert licensed workflow changes - keep original behavior --- .github/workflows/licensed.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/licensed.yml b/.github/workflows/licensed.yml index 5305b34..6c8fe65 100644 --- a/.github/workflows/licensed.yml +++ b/.github/workflows/licensed.yml @@ -21,5 +21,4 @@ jobs: curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz sudo tar -xzf licensed.tar.gz sudo mv licensed /usr/local/bin/licensed - - run: licensed cache - run: licensed status