Update ci-python.yml
This commit is contained in:
parent
a3b47bd1c2
commit
8d1936a174
4
.github/workflows/ci-python.yml
vendored
4
.github/workflows/ci-python.yml
vendored
@ -1,6 +1,10 @@
|
|||||||
name: Python CI
|
name: Python CI
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
|
inputs:
|
||||||
|
sonar_token:
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
Loading…
Reference in New Issue
Block a user