Skip to content

Commit 4d12dfb

Browse files
committed
fix: Remove code check from Release
1 parent 2f87715 commit 4d12dfb

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,8 @@ jobs:
4343
custom_version: ${{ inputs.custom_version }}
4444
existing_changelog_path: CHANGELOG.md
4545

46-
wait_for_checks:
47-
name: Wait for code checks to pass
48-
runs-on: ubuntu-latest
49-
steps:
50-
- uses: lewagon/[email protected]
51-
with:
52-
ref: ${{ github.ref }}
53-
repo-token: ${{ secrets.GITHUB_TOKEN }}
54-
check-regexp: (Build & Test .*|Lint|Docs build)
55-
wait-interval: 5
56-
5746
update_changelog:
58-
needs: [ release_metadata, wait_for_checks ]
47+
needs: [ release_metadata ]
5948
name: Update changelog
6049
runs-on: ubuntu-latest
6150
outputs:

0 commit comments

Comments
 (0)