Skip to content

Commit

Permalink
Remove redundant workflows, and combine ersilia base docker upload to…
Browse files Browse the repository at this point in the history
… the publish workflow (#1446)
  • Loading branch information
DhanshreeA authored Dec 16, 2024
1 parent 4216d7e commit 3d161cc
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 254 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ersilia-base-image-to-dockerhub.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
name: Upload Ersilia base image to DockerHub
on:
push:
branches:
- main

workflow_run:
workflows: ["Tag to version"]
workflows: ["Ersilia Release"]
types:
- completed

Expand Down
72 changes: 0 additions & 72 deletions .github/workflows/ersilia-installer-to-dockerhub.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/predict-model-input.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/predict-model.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Single workflow to increment Ersilia version in pyproject.toml,
# tag and push the commit to the repository, release to GitHub, PyPI, Conda, and DockerHub
# tag and push the commit to the repository, release to GitHub, PyPI, and DockerHub
# This job updates _static_version.py, pyproject.toml, CITATION.cff, and codemeta.json

name: Ersilia Release
Expand Down Expand Up @@ -130,4 +130,4 @@ jobs:
run: |
git pull origin master
poetry config -- http-basic.pypi $PYPI_USERNAME $PYPI_PASSWORD
poetry --build publish
poetry --build publish
64 changes: 0 additions & 64 deletions .github/workflows/quick-manual-model-test.yml

This file was deleted.

0 comments on commit 3d161cc

Please sign in to comment.