Skip to content

Commit aa97a61

Browse files
committed
Switch to main branch
1 parent ffe7387 commit aa97a61

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"]'
@@ -65,7 +65,7 @@ jobs:
6565

6666
integration_tests:
6767
name: Integration tests
68-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@add-code-cov-to-python
68+
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
6969
secrets: inherit
7070
with:
7171
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"]'
@@ -50,7 +50,7 @@ jobs:
5050

5151
integration_tests:
5252
name: Integration tests
53-
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@add-code-cov-to-python
53+
uses: apify/workflows/.github/workflows/python_integration_tests.yaml@main
5454
secrets: inherit
5555
with:
5656
python-versions: '["3.10", "3.14"]'

0 commit comments

Comments
 (0)