Add manual execution for python-3.X tests

This commit is contained in:
Leon Luithlen 2024-11-08 15:42:54 +01:00
parent 82b2235f5e
commit dedd3a851c
3 changed files with 9 additions and 6 deletions

View file

@ -1,13 +1,14 @@
name: test | python 3.10
on:
workflow_dispatch:
pull_request:
branches:
- main
workflow_dispatch:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }}
cancel-in-progress: true
env:

View file

@ -1,13 +1,14 @@
name: test | python 3.11
on:
workflow_dispatch:
pull_request:
branches:
- main
workflow_dispatch:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }}
cancel-in-progress: true
env:

View file

@ -1,13 +1,14 @@
name: test | python 3.9
on:
workflow_dispatch:
pull_request:
branches:
- main
workflow_dispatch:
types: [labeled]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} | ${{ github.event.label.name == 'run-checks' }}
cancel-in-progress: true
env: