# HG changeset patch # User Sebastien Jodogne # Date 1786350593 -7200 # Node ID 261c1fc12e0235af053be6b1c740a8e1ba235d1c # Parent 98666cc02019fbb16bf2a800bb619e039c8ae3f1 only execute github action from the expected mirror repo diff -r 98666cc02019 -r 261c1fc12e02 .github/workflows/mirror.yml --- a/.github/workflows/mirror.yml Fri Aug 07 09:16:42 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:29:53 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-tests/ - GITHUB_TARGET: jodogne/mirror-orthanc-tests.git + GITHUB_TARGET: jodogne/mirror-orthanc-tests FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-tests' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export