# HG changeset patch # User Sebastien Jodogne # Date 1786350270 -7200 # Node ID 533fb9815d5d67859bc3f9405ac0c19ad32b2b70 # Parent 396910164ad44b940c329cce11749079a807b0ad only execute github action from the expected mirror repo diff -r 396910164ad4 -r 533fb9815d5d .github/workflows/mirror.yml --- a/.github/workflows/mirror.yml Fri Aug 07 08:38:10 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:24:30 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-indexer/ - GITHUB_TARGET: jodogne/mirror-orthanc-indexer.git + GITHUB_TARGET: jodogne/mirror-orthanc-indexer FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-indexer' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export