From 54729ed9b2374c374ff4118add6edfc9fb61881b Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Sun, 3 Mar 2024 21:17:40 +0100 Subject: [PATCH] Enable concurrency groups on android workflows --- .github/workflows/android.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 2a70d39cb1..4591843c00 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -9,6 +9,9 @@ on: release: types: ['published'] +concurrency: + group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true jobs: build: