diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2db4bc88b..4d38865f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 2e7a1a8b5..898b363bf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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