From ecf191f55930a27bf66958c8bab2e4d18b73267f Mon Sep 17 00:00:00 2001 From: MichalKinas <113341662+MichalKinas@users.noreply.github.com> Date: Mon, 12 Jun 2023 16:01:08 +0200 Subject: [PATCH] [ADF-5546] Fix cron-run input (#8646) --- .github/workflows/pull-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 888da8c059..0a8877a0ff 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -455,7 +455,7 @@ jobs: deps: ${{ matrix.e2e-test.deps }} PR-forbidden-labels: - if: ${{ github.event.inputs.cron-run == '' || github.event.inputs.cron-run == 'false' }} + if: ${{ inputs.cron-run == '' || inputs.cron-run == 'false' }} runs-on: ubuntu-latest steps: - id: checkoutRepo