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