Skip to content

Commit

Permalink
Don't call ci.yml from deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
seanh committed Sep 13, 2023
1 parent 64c9aed commit 75fe494
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions _shared/project/.github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@ on:
- 'docker-compose.yml'
- 'tox.ini'
jobs:
ci:
name: CI
uses: ./.github/workflows/ci.yml
docker_hub:
name: Docker Hub
needs: [ci]
uses: hypothesis/workflows/.github/workflows/dockerhub.yml@main
with:
Application: {% raw %}${{ github.event.repository.name }}{% endraw +%}
Expand Down

0 comments on commit 75fe494

Please sign in to comment.