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