Mercurial > hg > orthanc-dicomweb
changeset 776:cb0c18b038bc
only execute github action from the expected mirror repo
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Mon, 10 Aug 2026 10:22:23 +0200 |
| parents | 06d7fb4f68fb |
| children | 83b3ccf70aad |
| files | .github/workflows/mirror.yml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.github/workflows/mirror.yml Fri Aug 07 08:12:26 2026 +0200 +++ b/.github/workflows/mirror.yml Mon Aug 10 10:22:23 2026 +0200 @@ -2,7 +2,7 @@ env: HG_SOURCE_URL: https://orthanc.uclouvain.be/hg/orthanc-dicomweb/ - GITHUB_TARGET: jodogne/mirror-orthanc-dicomweb.git + GITHUB_TARGET: jodogne/mirror-orthanc-dicomweb FAST_EXPORT_VERSION: fast-export-260405 on: @@ -19,6 +19,7 @@ jobs: mirror: + if: ${{ github.repository == 'jodogne/mirror-orthanc-dicomweb' }} runs-on: ubuntu-slim steps: - name: Install Mercurial and fast-export
