File tree Expand file tree Collapse file tree 2 files changed +5
-9
lines changed
Expand file tree Collapse file tree 2 files changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -35,14 +35,10 @@ jobs:
3535 # Otherwise, these checks will be launched from the `run_code_checks` workflow.
3636 wait_for_checks :
3737 name : Wait for code checks to pass
38- runs-on : ubuntu-latest
39- steps :
40- 41- with :
42- ref : ${{ github.ref }}
43- repo-token : ${{ secrets.GITHUB_TOKEN }}
44- check-regexp : " ( check| tests)$"
45- wait-interval : 5
38+ uses : apify/workflows/.github/workflows/wait_for_checks.yaml@wait-for-checks-action
39+ with :
40+ ref : ${{ github.ref }}
41+ check-regexp : " ( check| tests)$"
4642
4743 update_changelog :
4844 name : Update changelog
Original file line number Diff line number Diff line change 55E2E_TESTS_CONCURRENCY = 1
66
77clean :
8- rm -rf .mypy_cache .pytest_cache .ruff_cache build dist htmlcov .coverage
8+ rm -rf .mypy_cache .pytest_cache .ruff_cache .uv-cache build dist htmlcov .coverage
99
1010install-sync :
1111 uv sync --all-extras
You can’t perform that action at this time.
0 commit comments