From 16197600578e1cf15af3cdcc34f92a62b9fd2fc1 Mon Sep 17 00:00:00 2001 From: Paramtamtam <7326800+tarampampam@users.noreply.github.com> Date: Sun, 12 Jun 2022 13:39:28 +0500 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bac3473..c5fa1b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -6,6 +6,10 @@ on: tags-ignore: ['**'] pull_request: {} +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true + jobs: # Docs: gitleaks: name: Gitleaks