From 4ce3c6745c73cd3d75a51c95997685e387229c2d Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 29 Aug 2021 22:01:35 +0200 Subject: [PATCH] concurrency mode for tests build --- .github/workflows/test.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cf0d782..85ec807 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,13 +2,19 @@ name: Test on: pull_request: + branches: + - 'main' push: - branches-ignore: - - 'dependabot/**' + branches: + - 'main' schedule: - cron: '22 23 * * 5' +concurrency: + group: test-action + cancel-in-progress: true + jobs: test: name: Test