Skip to content

Commit be6c3af

Browse files
authored
ci: Remove integration tests from release (#562)
It takes ages and things like that https://github.com/apify/apify-sdk-python/actions/runs/17151969765/job/48661691142 can happen ... The one who makes the release should make sure they know what they are doing and that the integration tests on the current commit are fine.
1 parent 18d46da commit be6c3af

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,6 @@ jobs:
6161
with:
6262
python-versions: '["3.10", "3.11", "3.12", "3.13"]'
6363

64-
integration_tests:
65-
name: Integration tests
66-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
67-
secrets: inherit
68-
with:
69-
python-versions: '["3.10", "3.13"]'
70-
7164
update_changelog:
7265
name: Update changelog
7366
needs: [release_metadata, lint_check, type_check, unit_tests, integration_tests]

0 commit comments

Comments
 (0)