Skip to content

Commit bbf184a

Browse files
baywetCopilot
andcommitted
ci: skip release-please job when secret is not defined
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 8cb829c commit bbf184a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ permissions:
2222

2323
jobs:
2424
release-please-master:
25+
if: ${{ secrets.RELEASE_PLEASE_TOKEN_PROVIDER_PEM != '' }}
2526
runs-on: ubuntu-latest
2627
steps:
2728
- name: Checkout repository

0 commit comments

Comments
 (0)