Skip to content

Commit

Permalink
Merge pull request #1938 from kafkasl/cancel-prev-ci
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 33726de + 2c10142 commit c84dfb7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nf_core/pipeline-template/.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.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

jobs:
test:
name: Run pipeline with test data
Expand Down

0 comments on commit c84dfb7

Please sign in to comment.