diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4894c63..2e8f134 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,9 @@ name: unittests +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + on: workflow_dispatch: push: @@ -10,6 +14,9 @@ on: - develop - "release/*" pull_request: + release: + types: + - published jobs: tests_graph: