From a77b4ef83fc2374c89b8130e240d9f4c31665f3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B4nio=20Neto?= Date: Fri, 19 Jul 2024 21:12:45 -0300 Subject: [PATCH] fix engenere ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1df9b1a..528219c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,4 +43,4 @@ jobs: cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=inline push: true - if: ${{ github.repository_owner == 'akretion' && github.ref == 'refs/heads/master' }} + if: ${{ github.repository_owner == 'Engenere' && github.ref == 'refs/heads/master' }}