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 1e85411 commit fe5cd55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,8 @@ on:
- '*.md'
- '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: ${{ github.event.repository.name }}
Expand Down

0 comments on commit fe5cd55

Please sign in to comment.