Skip to content

Commit 0a82a3e

Browse files
committed
Switch to main branch
1 parent 153ad24 commit 0a82a3e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pre_release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
unit_tests:
5757
name: Unit tests
58-
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
58+
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
5959
secrets: inherit
6060
with:
6161
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
@@ -69,7 +69,7 @@ jobs:
6969

7070
integration_tests:
7171
name: Integration tests
72-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@add-code-cov-to-python
72+
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
7373
secrets: inherit
7474
with:
7575
python-versions: '["3.10", "3.14"]'

.github/workflows/run_code_checks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
unit_tests:
3737
name: Unit tests
38-
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
38+
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
3939
secrets: inherit
4040
with:
4141
python-versions: '["3.10", "3.11", "3.12", "3.13", "3.14"]'
@@ -54,7 +54,7 @@ jobs:
5454
integration_tests:
5555
name: Integration tests
5656
needs: [lint_check, type_check, unit_tests]
57-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@add-code-cov-to-python
57+
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
5858
secrets: inherit
5959
with:
6060
python-versions: '["3.10", "3.14"]'

0 commit comments

Comments
 (0)