From 291e09134816d2259c1ffd35c7bc40486fd01e4e Mon Sep 17 00:00:00 2001 From: Eric Lipe Date: Thu, 1 Aug 2024 07:51:53 -0400 Subject: [PATCH] Revert "- comment out for convenience" This reverts commit 563c8dc00d6addf68e26d81888a6618d7764465c. --- .github/workflows/deploy-on-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-on-label.yml b/.github/workflows/deploy-on-label.yml index f88e6d34e..8d4720f07 100644 --- a/.github/workflows/deploy-on-label.yml +++ b/.github/workflows/deploy-on-label.yml @@ -71,7 +71,7 @@ jobs: - name: Circle CI Deployment Trigger id: curl-circle-ci - # if: steps.get-pr-state.outputs.STATE == 'success' + if: steps.get-pr-state.outputs.STATE == 'success' uses: promiseofcake/circleci-trigger-action@v1 with: user-token: ${{ secrets.CIRCLE_CI_V2_TOKEN }}