cloud-hypervisor/.github/workflows
AASTHA RAWAT f033c5837b ci: prevent cross-PR CI cancellation for mshv workflows
The existing concurrency configuration causes workflow runs for one Pull
Request to cancel in-progress runs for another Pull Request. When the
workflow is triggered by the `pull_request_target event`, `github.ref`
is always set to the base branch, regardless of which branch raised the
PR. This causes every new pull request to share the same concurrency key
and thus cancel the running CI of any other open pull request.

This commit updates the `concurrency.group` to use
`github.event.pull_request.number` for unique isolation when running on
PR, falling back to `github.ref` for non-PR push (e.g., merge group).

Signed-off-by: AASTHA RAWAT <aastharawat@microsoft.com>
2025-10-27 12:43:08 +00:00
..
audit.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
build.yaml build: Bump MSRV to 1.88 2025-08-15 10:55:48 +00:00
dco.yaml build: Bump actions/setup-python from 5 to 6 2025-09-05 00:07:57 +00:00
docker-image.yaml build: Bump MSRV to 1.88 2025-08-15 10:55:48 +00:00
formatting.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
fuzz-build.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
gitlint.yaml build: Bump actions/setup-python from 5 to 6 2025-09-05 00:07:57 +00:00
hadolint.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-arm64.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-metrics.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-rate-limiter.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-vfio.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-windows.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
integration-x86-64.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
lychee.yaml build: Bump tj-actions/changed-files from 46 to 47 2025-09-16 00:23:42 +00:00
mshv-infra.yaml ci: prevent cross-PR CI cancellation for mshv workflows 2025-10-27 12:43:08 +00:00
mshv-integration.yaml ci: remove skipped tests from integration workflow 2025-10-25 12:57:16 +01:00
openapi.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
package-consistency.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
preview-riscv64-build.yaml ci: Enable kvm build test on RISC-V 2025-08-20 03:20:09 +00:00
preview-riscv64-modules.yaml ci: Enable kvm build test on RISC-V 2025-08-20 03:20:09 +00:00
quality.yaml build: Bump crate-ci/typos from 1.38.0 to 1.38.1 2025-10-23 00:03:36 +00:00
release.yaml build: Bump actions/upload-artifact from 4 to 5 2025-10-24 23:58:01 +00:00
reuse.yaml build: Bump fsfe/reuse-action from 5 to 6 2025-10-22 10:24:42 +01:00
shlint.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00
taplo.yaml build: Bump actions/checkout from 4 to 5 2025-08-13 18:11:18 +00:00