mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-11-22 00:37:36 -06:00
Concurrency control for Python tests.
This commit is contained in:
parent
b14834b06c
commit
644575415e
4
.github/workflows/run-python-tests-epas.yml
vendored
4
.github/workflows/run-python-tests-epas.yml
vendored
@ -17,6 +17,10 @@ on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
# Only run if the tests are enabled
|
||||
|
4
.github/workflows/run-python-tests-pg.yml
vendored
4
.github/workflows/run-python-tests-pg.yml
vendored
@ -8,6 +8,10 @@ on:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: '${{ github.workflow }} @ ${{ github.event.pull_request.head.label || github.head_ref || github.ref }}'
|
||||
cancel-in-progress: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
|
Loading…
Reference in New Issue
Block a user