blob: e3c9d07f0c5cd2d4aae54e29212421dbd53ff580 [file]
name: Python
on:
workflow_dispatch:
inputs:
build:
required: true
type: number
jobs:
no-op:
runs-on: ubuntu-latest
steps:
- run: echo "These aren't the droids you're looking for."
shell: bash