Skip to content

Commit 240be18

Browse files
committed
chore(ci): Run code checks directly in pre-release workflow
1 parent b1a8aed commit 240be18

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

.github/workflows/pre_release.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,9 @@ jobs:
3232
release_type: prerelease
3333
existing_changelog_path: CHANGELOG.md
3434

35-
# If github.ref points to a [ci skip] commit, this workflow won't run.
36-
# Otherwise, these checks will be launched from the `run_code_checks` workflow.
37-
wait_for_checks:
38-
name: Wait for code checks to pass
39-
uses: apify/workflows/.github/workflows/wait_for_checks.yaml@wait-for-checks-action
40-
with:
41-
ref: ${{ github.ref }}
42-
check-regexp: "( check| tests)$"
35+
run_code_checks:
36+
name: Run code checks
37+
uses: ./.github/workflows/run_code_checks.yaml
4338

4439
update_changelog:
4540
name: Update changelog

0 commit comments

Comments
 (0)