From 43c38ef2a37a25e743e83be26e057dabaec826de Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Tue, 7 Feb 2023 18:44:10 +0100 Subject: [PATCH] Update common_library_tests.yaml --- .github/workflows/common_library_tests.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/workflows/common_library_tests.yaml b/.github/workflows/common_library_tests.yaml index fb07e248..be24db0e 100644 --- a/.github/workflows/common_library_tests.yaml +++ b/.github/workflows/common_library_tests.yaml @@ -1,10 +1,15 @@ name: Common Library Tests +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} on: + push: + branches: + - main pull_request: - paths: - - library/** - - .github/workflows/common_library_tests.yaml + branches: + - main + workflow_dispatch: env: DATREE_TOKEN: ${{ secrets.DATREE_TOKEN }}