Skip to content

Commit

Permalink
ci: don't require tests before deploy
Browse files Browse the repository at this point in the history
Usually the tests have already been run by the commit push so this just
slows things down.
  • Loading branch information
bluetech committed Dec 2, 2021
1 parent 8b78aca commit 19f277b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ jobs:
deploy:
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
runs-on: ubuntu-20.04
needs: [test]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 19f277b

Please sign in to comment.