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