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 }}