workflows: devel: Allow running more than one at once

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 <fabiano@fidencio.org>
This commit is contained in:
Fabiano Fidêncio 2024-10-24 15:03:17 +02:00
parent 8f634ceb6b
commit 475ad3e06b
No known key found for this signature in database
GPG Key ID: EE926C2BDACC177B

View File

@ -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