From b264d974a86e5acbc70cd73915eaf73daac61a63 Mon Sep 17 00:00:00 2001 From: Daniel Azuma Date: Thu, 19 Nov 2020 21:52:44 -0700 Subject: [PATCH] chore: Add a guard around release-please (#1572) --- .github/workflows/release-please.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index badfd4adc..80cd5e4bd 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -6,6 +6,7 @@ on: name: release-please jobs: release-please: + if: secrets.ENABLE_RELEASE_PLEASE env: ENABLE_AUTO_APPROVE: ${{ secrets.ENABLE_AUTO_APPROVE }} runs-on: ubuntu-latest