# HG changeset patch # User Sebastien Jodogne # Date 1786350292 -7200 # Node ID 8bcfd63871ab423729dc2eb172de9ea2bb1ef647 # Parent 76356fb6ff602abeba0ba66c9f8bd301053a502c only execute github action from the expected mirror repo diff -r 76356fb6ff60 -r 8bcfd63871ab .github/workflows/mirror.yml --- a/.github/workflows/mirror.yml Fri Aug 07 08:40:35 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:24:52 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-java/ - GITHUB_TARGET: jodogne/mirror-orthanc-java.git + GITHUB_TARGET: jodogne/mirror-orthanc-java FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-java' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export