Update build.yml
This commit is contained in:
parent
af71ce6370
commit
ba772b26d9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -213,7 +213,7 @@ jobs:
|
|||
name: 🤝 Create Release PR
|
||||
needs: [info]
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ needs.info.outputs.make_pr == 'true' && needs.info.outputs.release_type != 'Unreleased' }}
|
||||
if: ${{ needs.info.outputs.make_pr == 'true' }}
|
||||
steps:
|
||||
|
||||
- name: 🔍 Check existing PRs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue