Skip to content

Commit 3f20af4

Browse files
committed
chore: Utilize Apify's wait-for-checks
1 parent f4e053e commit 3f20af4

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.github/workflows/pre_release.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff 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-
- uses: lewagon/[email protected]
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
E2E_TESTS_CONCURRENCY = 1
66

77
clean:
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

1010
install-sync:
1111
uv sync --all-extras

0 commit comments

Comments
 (0)