Skip to content

Commit

Permalink
add cancel workflow (#4256)
Browse files Browse the repository at this point in the history
resolves #4242
  • Loading branch information
stubbi committed Jun 23, 2021
1 parent 418e08d commit 700a6c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -2,6 +2,10 @@ name: Continuous Integration

on: [ pull_request ]

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

jobs:
quick_test:
name: Misc check
Expand Down

0 comments on commit 700a6c0

Please sign in to comment.