We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1a8aed commit 240be18Copy full SHA for 240be18
.github/workflows/pre_release.yaml
@@ -32,14 +32,9 @@ jobs:
32
release_type: prerelease
33
existing_changelog_path: CHANGELOG.md
34
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)$"
+ run_code_checks:
+ name: Run code checks
+ uses: ./.github/workflows/run_code_checks.yaml
43
44
update_changelog:
45
name: Update changelog
0 commit comments