make Python CI reusable

This commit is contained in:
2023-02-28 16:13:14 +00:00
parent 8025fcbcc3
commit a65a518f87
2 changed files with 6 additions and 6 deletions

11
.github/disabled/test.yml vendored Normal file
View File

@ -0,0 +1,11 @@
name: Test
on:
workflow_call:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Print workspace
run: echo ${{ github.workspace }}