mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-5546] Fix cron-run input (#8646)
This commit is contained in:
2
.github/workflows/pull-request.yml
vendored
2
.github/workflows/pull-request.yml
vendored
@@ -455,7 +455,7 @@ jobs:
|
|||||||
deps: ${{ matrix.e2e-test.deps }}
|
deps: ${{ matrix.e2e-test.deps }}
|
||||||
|
|
||||||
PR-forbidden-labels:
|
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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- id: checkoutRepo
|
- id: checkoutRepo
|
||||||
|
Reference in New Issue
Block a user