From 810ab2390ee4d6fd1045dbd11b227e70ac9590fd Mon Sep 17 00:00:00 2001 From: jensbri <35558560+jensbri@users.noreply.github.com> Date: Thu, 7 Mar 2024 10:24:04 +1300 Subject: [PATCH] try to solve ci automation fail by not caring about other repo anymore --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0fab81..da096e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: key: ${{ github.ref }} path: .cache - - run: git clone https://github.com/UoA-eResearch/mytardis_ingestion + # - run: git clone https://github.com/UoA-eResearch/mytardis_ingestion - run: pip install -r requirements.txt - run: mkdocs gh-deploy --force