Skip to content

Commit 58d3b28

Browse files
committed
Switch to main branch
1 parent e7d4e34 commit 58d3b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_code_checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
unit_tests:
4242
name: Unit tests
43-
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@add-code-cov-to-python
43+
uses: apify/workflows/.github/workflows/python_unit_tests.yaml@main
4444
secrets:
4545
httpbin_url: ${{ secrets.APIFY_HTTPBIN_TOKEN && format('https://httpbin.apify.actor?token={0}', secrets.APIFY_HTTPBIN_TOKEN) || 'https://httpbin.org' }}
4646
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)