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
  • Loading branch information
mluypaert authored May 1, 2024
2 parents 1a90af3 + 0d31d6d commit 500477e
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
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:
Expand Down

0 comments on commit 500477e

Please sign in to comment.