Skip to content

Commit e470329

Browse files
committed
gh workflows
1 parent 5f4cd65 commit e470329

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/release.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,6 @@ jobs:
5959
name: Async dostrings check
6060
uses: ./.github/workflows/_async_docstrings_check.yaml
6161

62-
integration_tests:
63-
name: Integration tests
64-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
65-
secrets: inherit
66-
with:
67-
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
68-
6962
update_changelog:
7063
name: Update changelog
7164
needs: [release_metadata, lint_check, type_check]

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353

5454
integration_tests:
5555
name: Integration tests
56+
needs: [lint_check, type_check, unit_tests]
5657
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
5758
secrets: inherit
5859
with:

0 commit comments

Comments
 (0)