mirror of https://github.com/tiangolo/fastapi.git
👷 Update GitHub action
This commit is contained in:
parent
bf6c96f417
commit
343d0e6221
|
|
@ -6,12 +6,15 @@ on:
|
|||
workflow_dispatch:
|
||||
inputs:
|
||||
debug_enabled:
|
||||
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
|
||||
description: "Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)"
|
||||
required: false
|
||||
default: 'false'
|
||||
default: "false"
|
||||
# TODO: fix this
|
||||
pull_request:
|
||||
|
||||
env:
|
||||
UV_SYSTEM_PYTHON: 1
|
||||
|
||||
jobs:
|
||||
job:
|
||||
if: github.repository_owner == 'fastapi'
|
||||
|
|
|
|||
Loading…
Reference in New Issue