Skip to content

Commit

Permalink
CI: Add concurrency (#959)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Feb 16, 2022
1 parent e8abcad commit 81bccd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: test_suite

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

on:
push:
branches: ['**']
Expand Down

0 comments on commit 81bccd6

Please sign in to comment.