From be7e1bb10251120cc9fdb08feb6c74febe184c82 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Mon, 2 Dec 2024 22:36:43 +0100 Subject: [PATCH] Trying to fix pngquant installation --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbb50d4..a10186a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,6 +8,7 @@ permissions: jobs: deploy: runs-on: ubuntu-latest + if: github.event.repository.fork == false steps: - uses: actions/checkout@v4 - name: Configure Git Credentials