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