chore: Add a guard around release-please (#1572)

This commit is contained in:
Daniel Azuma 2020-11-19 21:52:44 -07:00 committed by GitHub
parent dfaff80aae
commit b264d974a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ on:
name: release-please name: release-please
jobs: jobs:
release-please: release-please:
if: secrets.ENABLE_RELEASE_PLEASE
env: env:
ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }} ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }}
runs-on: ubuntu-latest runs-on: ubuntu-latest