# HG changeset patch # User Sebastien Jodogne # Date 1786350473 -7200 # Node ID 2569febd27a71bf0e13c13026c967fbff6345af2 # Parent a1772908b5d7c02b0c7334390ab3a6b6a72e43c8 only execute github action from the expected mirror repo diff -r a1772908b5d7 -r 2569febd27a7 .github/workflows/mirror.yml --- a/.github/workflows/mirror.yml Fri Aug 07 09:04:51 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:27:53 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-stl/ - GITHUB_TARGET: jodogne/mirror-orthanc-stl.git + GITHUB_TARGET: jodogne/mirror-orthanc-stl FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-stl' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export