Merge pull request #185 from topoteretes/COG-531-2-trigger-checks-manually-for-python-versions

Add manual execution for python-3.X tests
This commit is contained in:
0xideas 2024-11-08 16:27:03 +01:00 committed by GitHub
commit 1e01e84c85
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: