[ADF-5546] Fix cron-run input (#8646)

This commit is contained in:
MichalKinas
2023-06-12 16:01:08 +02:00
committed by GitHub
parent a762c19a5c
commit ecf191f559

View File

@@ -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