Skip to content

Commit

Permalink
Stop naming urllib3/requests tests "integration" (#3182)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin committed Nov 6, 2023
1 parent 6fc4260 commit f7cd7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE/release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
* [ ] See if all tests, including integration, pass
* [ ] See if all tests, including downstream, pass
* [ ] Get the release pull request approved by a [CODEOWNER](https://github.com/urllib3/urllib3/blob/main/.github/CODEOWNERS)
* [ ] Squash merge the release pull request with message "`Release <VERSION>`"
* [ ] Tag with X.Y.Z, push tag on urllib3/urllib3 (not on your fork, update `<REMOTE>` accordingly)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push, pull_request]
permissions: "read-all"

jobs:
integration:
downstream:
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit f7cd7f3

Please sign in to comment.