feat!: remove local-eval input
This commit is contained in:
parent
764118b6dd
commit
460b063ab1
1 changed files with 0 additions and 6 deletions
6
.github/workflows/review.yml
vendored
6
.github/workflows/review.yml
vendored
|
|
@ -43,11 +43,6 @@ on:
|
|||
- yes_sandbox_false
|
||||
- yes_sandbox_relaxed
|
||||
- yes_sandbox_true
|
||||
local-eval:
|
||||
description: "Force local eval"
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
push-to-cache:
|
||||
description: "Push to cache"
|
||||
required: true
|
||||
|
|
@ -137,7 +132,6 @@ jobs:
|
|||
run: |
|
||||
nixpkgs-review -- \
|
||||
pr ${PR_NUMBER} \
|
||||
--eval ${{ inputs.local-eval && 'local' || 'auto' }} \
|
||||
--no-shell \
|
||||
--no-headers \
|
||||
--print-result \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue