File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change 99 push :
1010 branches :
1111 - master
12- - ' fix/ci' # TODO remove this branch after CI is fixed
1312 tags-ignore :
1413 - " **" # Ignore all tags to prevent duplicate builds when tags are pushed.
1514
Original file line number Diff line number Diff line change 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+ 51+ with :
52+ ref : ${{ github.ref }}
53+ repo-token : ${{ secrets.GITHUB_TOKEN }}
54+ check-name : ' Lint'
55+ wait-interval : 5
56+
4657 update_changelog :
47- needs : [ release_metadata ]
58+ needs : [ release_metadata, wait_for_checks ]
4859 name : Update changelog
4960 runs-on : ubuntu-latest
5061 outputs :
8192
8293 create_github_release :
8394 name : Create github release
84- needs : [release_metadata, update_changelog]
95+ needs : [ update_changelog ]
8596 runs-on : ubuntu-latest
8697 env :
8798 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments