Skip to content

Commit 90cafe6

Browse files
authored
fix: Remove code check from Release (#23)
1 parent 2f87715 commit 90cafe6

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

.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/wait-on-check-action@v1.3.4
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)