Skip to content

Commit 19f277b

Browse files
committed
ci: don't require tests before deploy
Usually the tests have already been run by the commit push so this just slows things down.
1 parent 8b78aca commit 19f277b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ jobs:
128128
deploy:
129129
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'pytest-dev/pytest-django'
130130
runs-on: ubuntu-20.04
131-
needs: [test]
132131

133132
steps:
134133
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)