Browse Source

👷 Update GitHub action

pull/13139/head
Sebastián Ramírez 3 months ago
parent
commit
343d0e6221
  1. 7
      .github/workflows/contributors.yml

7
.github/workflows/contributors.yml

@ -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…
Cancel
Save