diff --git a/.github/workflows/conda.yml b/.github/workflows/conda.yml deleted file mode 100644 index 8c6187ec..00000000 --- a/.github/workflows/conda.yml +++ /dev/null @@ -1,19 +0,0 @@ -# Calls biocontainer-ci repo / bioconda-backup script -# on self hosted node - -name: Bioconda and docker backups - -on: - schedule: - - cron: "0 23 * * * " - -jobs: - - build: - timeout-minutes: 4320 - runs-on: self-hosted - steps: - - name: Backup bioconda and docker containers to local and aws registries - run: | - cd /home/debian/sync && node index.js --backup --aws --conda --updated - cd /home/debian/sync && node index.js --docker --aws --updated