There was an error while loading. Please reload this page.
1 parent 36c3b10 commit 7897fbbCopy full SHA for 7897fbb
1 file changed
.github/workflows/release.yml
@@ -22,7 +22,7 @@ permissions:
22
jobs:
23
release-pr:
24
name: Release PR
25
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+ if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && vars.RELEASE_PLEASE_CREATE_PR == 'true' }}
26
runs-on: ubuntu-latest
27
28
steps:
0 commit comments