From 6578989e5d704ce784e5f9fc7137d4b6f1e443ef Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Wed, 1 May 2024 18:21:20 +0100 Subject: [PATCH 1/2] Cancel active PR validation runs on pushing update to PR --- .github/workflows/PR-validation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/PR-validation.yml b/.github/workflows/PR-validation.yml index 057bdb34..044b37d8 100644 --- a/.github/workflows/PR-validation.yml +++ b/.github/workflows/PR-validation.yml @@ -4,6 +4,9 @@ on: types: [synchronize, opened, reopened, edited] branches: - main +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number }} + cancel-in-progress: true jobs: pipeline-seq-retrieval-container-image-build: name: pipeline/seq_retrieval container-image build From 0d31d6d46da168753bcfe5eea134b3d1a27c3ce4 Mon Sep 17 00:00:00 2001 From: Manuel Luypaert Date: Wed, 1 May 2024 18:23:48 +0100 Subject: [PATCH 2/2] Added note in README to write architecture section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 9619ee44..190d906c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # AGR PAVI AGR's Proteins Annotations and Variants Inspector +## Architecture +Section TODO. + ## Acknowledgements Just as most modern software, PAVI heavily relies on third-party tools and libraries for much of its core functionality. We specifically acknowledge the creators and developers of the following third-party tools and libraries: