From 7a2ec9d5c52fc16fbb3cd735b7947f0f4c43c808 Mon Sep 17 00:00:00 2001 From: Malik Irain Date: Thu, 24 Jul 2025 14:32:41 +0200 Subject: [PATCH] Skip badges if fork --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4cd93b46..2e809725 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -108,6 +108,7 @@ jobs: branch: ${{ steps.extract_branch.outputs.branch }} badge-update: + if: github.repository_owner == 'PyMoDAQ' runs-on: ubuntu-latest needs: tests # Ensure this job runs after all matrix jobs complete steps: