From 287791ee74bb9d0a8790b68ad88ce5b7550ada4c Mon Sep 17 00:00:00 2001 From: Jatin <140497406+jatinriverlane@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:08:11 +0000 Subject: [PATCH] removed an if condition --- .github/workflows/license_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/license_report.yml b/.github/workflows/license_report.yml index 43e9c07b..94f53448 100644 --- a/.github/workflows/license_report.yml +++ b/.github/workflows/license_report.yml @@ -28,7 +28,7 @@ jobs: needs: [confirm-action-execution] environment: name: automated-release - if: ${{ vars.ALLOW_AUTOMATED_RELEASE == 'true' && needs.confirm-action-execution.outputs.is_release_allowed == 'true' }} + if: ${{ vars.ALLOW_AUTOMATED_RELEASE == 'true' }} steps: - name: Checkout repository uses: actions/checkout@v3