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