From d1e3c1e3e88a7aba49acb9a6905075a5913c8539 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Fri, 4 Oct 2024 11:22:09 +0200 Subject: [PATCH] fix: added concurrency handler for CI workflow --- .github/workflows/ci.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1d85c24..f6b3761 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -3,8 +3,7 @@ name: ci on: push: branches: [master] - paths: - - '.github/workflows/ci.yaml' + paths: ['.github/workflows/ci.yaml'] pull_request: branches: [master] types: @@ -22,6 +21,10 @@ on: schedule: - cron: '0 9 * * 5' +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: false + jobs: ci: permissions: