Skip to content

Commit

Permalink
[ADF-5546] Fix cron-run input (#8646)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKinas committed Jun 12, 2023
1 parent a762c19 commit ecf191f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ecf191f

Please sign in to comment.