diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ac95a65024..a431c56ecc 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -5,6 +5,7 @@ on: branches: - 'releases/**' - 'release' + - 'test' - 'develop' - 'master' types: @@ -13,6 +14,7 @@ on: - synchronize - ready_for_review workflow_dispatch: + concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} @@ -20,7 +22,7 @@ concurrency: jobs: test: - name: Test + name: Test1 if: github.event.pull_request.draft == false uses: tangem/actions/.github/workflows/test.yml@main with: