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 2f87715 commit 4d12dfbCopy full SHA for 4d12dfb
.github/workflows/release.yaml
@@ -43,19 +43,8 @@ jobs:
43
custom_version: ${{ inputs.custom_version }}
44
existing_changelog_path: CHANGELOG.md
45
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
-
57
update_changelog:
58
- needs: [ release_metadata, wait_for_checks ]
+ needs: [ release_metadata ]
59
name: Update changelog
60
runs-on: ubuntu-latest
61
outputs:
0 commit comments