Skip to content

Commit

Permalink
Merge pull request #27 from alliance-genome/cancel-PR-validation-on-u…
Browse files Browse the repository at this point in the history
…pdate

Cancel active PR validation runs on pushing update to PR
mluypaert authored May 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 1a90af3 + 0d31d6d commit 500477e
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/PR-validation.yml
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 500477e

Please sign in to comment.