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