From 475ad3e06b1572143d3e5e4d178ece07caca7d07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Thu, 24 Oct 2024 15:03:17 +0200 Subject: [PATCH] workflows: devel: Allow running more than one at once MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit More than one developer can and should be able to run this workflow at the same time, without cancelling the job started by another developer. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci-devel.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci-devel.yaml b/.github/workflows/ci-devel.yaml index fac615ceaf..a50794bf66 100644 --- a/.github/workflows/ci-devel.yaml +++ b/.github/workflows/ci-devel.yaml @@ -2,10 +2,6 @@ name: Kata Containers CI (manually triggered) on: workflow_dispatch: -concurrency: - group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} - cancel-in-progress: true - jobs: kata-containers-ci-on-push: uses: ./.github/workflows/ci.yaml