# HG changeset patch # User Sebastien Jodogne # Date 1786350632 -7200 # Node ID ec575e7aea2748260fa509c4a7ee7b1e462cf390 # Parent b7b9c2799866b86ae64bb021025a9d88c537d858 only execute github action from the expected mirror repo diff -r b7b9c2799866 -r ec575e7aea27 .github/workflows/mirror.yml --- a/.github/workflows/mirror.yml Fri Aug 07 09:22:43 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:30:32 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-transfers/ - GITHUB_TARGET: jodogne/mirror-orthanc-transfers.git + GITHUB_TARGET: jodogne/mirror-orthanc-transfers FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-transfers' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export