From 1c3a769822c0401fd6b169ceb3aecd5a5c7ffa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 29 Feb 2024 10:44:21 +0100 Subject: [PATCH] gha: payload: Don't use concurrency for this job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want all payloads to be built and published, regardless if there's a new PR merged. This will help people to easily trace / debug issues. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/payload-after-push.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/payload-after-push.yaml b/.github/workflows/payload-after-push.yaml index 29c97caad4..19b3bd9d6e 100644 --- a/.github/workflows/payload-after-push.yaml +++ b/.github/workflows/payload-after-push.yaml @@ -7,7 +7,6 @@ on: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true jobs: build-assets-amd64: