Skip to content

Commit

Permalink
ci: add canceling old CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jul 28, 2023
1 parent 6ff61ae commit 5bb3ede
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: unittests

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

on:
workflow_dispatch:
push:
Expand All @@ -10,6 +14,9 @@ on:
- develop
- "release/*"
pull_request:
release:
types:
- published

jobs:
tests_graph:
Expand Down

0 comments on commit 5bb3ede

Please sign in to comment.