Skip to content

Commit

Permalink
Merge pull request #163 from biomage-org/autocancel-old-tests
Browse files Browse the repository at this point in the history
autocanceling previous tests when pushing changes
  • Loading branch information
kafkasl authored Oct 12, 2022
2 parents f580beb + 7313273 commit 0d9159f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
env:
NXF_ANSI_LOG: false

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true

jobs:
test:
name: Run pipeline with test data
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixes

- Autocanceling previous CI runs when new changes are pushed.

## v2.1.0 - 2022-10-06 "Green Mercury Siberian Husky"

- Alevin workflow updated to use Alevin-Fry via simpleaf - thanks to @rob-p for supporting this and @fmalmeida implementing the support
Expand Down

0 comments on commit 0d9159f

Please sign in to comment.