Skip to content

Commit acfc168

Browse files
authored
chore: remove temporarily integration tests for releases (#306)
due to their instability
1 parent c28f38f commit acfc168

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/run_release.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,12 @@ jobs:
6464
needs: [should_release]
6565
uses: ./.github/workflows/_version_conflict_check.yaml
6666

67-
integration_tests:
68-
name: Integration tests
69-
needs: [should_release]
70-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
71-
secrets: inherit
67+
# tmp disabled due to instability
68+
# integration_tests:
69+
# name: Integration tests
70+
# needs: [should_release]
71+
# uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
72+
# secrets: inherit
7273

7374
publish_to_pypi:
7475
name: Publish to PyPI
@@ -80,7 +81,7 @@ jobs:
8081
unit_tests,
8182
changelog_entry_check,
8283
version_conflict_check,
83-
integration_tests,
84+
# integration_tests, # tmp disabled due to instability
8485
]
8586
runs-on: ubuntu-latest
8687
permissions:

0 commit comments

Comments
 (0)