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 name: test | python 3.10
on: on:
workflow_dispatch:
pull_request: pull_request:
branches: branches:
- main - main
workflow_dispatch: types: [labeled]
concurrency: 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 cancel-in-progress: true
env: env:

View file

@ -1,13 +1,14 @@
name: test | python 3.11 name: test | python 3.11
on: on:
workflow_dispatch:
pull_request: pull_request:
branches: branches:
- main - main
workflow_dispatch: types: [labeled]
concurrency: 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 cancel-in-progress: true
env: env:

View file

@ -1,13 +1,14 @@
name: test | python 3.9 name: test | python 3.9
on: on:
workflow_dispatch:
pull_request: pull_request:
branches: branches:
- main - main
workflow_dispatch: types: [labeled]
concurrency: 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 cancel-in-progress: true
env: env: