From 418385acd1a8847050abc1b8f3803c7133df587f Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Sat, 19 Aug 2023 19:56:00 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Cancel=20old=20Gh=20runs.=20[ski?= =?UTF-8?q?p=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pr-checks.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6951fef..51abc42 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -6,7 +6,10 @@ on: pull_request: paths-ignore: - '*.md' - +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: build-apk-pr-check: uses: ./.github/workflows/build-artifact.yml