Skip to content

Commit

Permalink
Merge pull request #912 from nextstrain/victorlin/update-ci
Browse files Browse the repository at this point in the history
ci: Move docker rebuild step to release workflow
  • Loading branch information
huddlej authored May 6, 2022
2 parents 8014186 + c0be783 commit 0db0a41
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,3 @@ jobs:
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
deploy:
if: github.repository == 'nextstrain/augur' && github.ref == 'refs/heads/release'
needs: [test]
runs-on: ubuntu-latest
steps:
- run: gh workflow run ci.yml --repo nextstrain/docker-base
5 changes: 5 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ jobs:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/
rebuild-docker-image:
needs: [run]
runs-on: ubuntu-latest
steps:
- run: gh workflow run ci.yml --repo nextstrain/docker-base

0 comments on commit 0db0a41

Please sign in to comment.