From 5db8644998b69dbea3de7a6daa5b063344c4e930 Mon Sep 17 00:00:00 2001 From: hanabi1224 Date: Thu, 5 Feb 2026 18:37:06 +0800 Subject: [PATCH] fix(ci): do not cancel jobs in calibnet-api-test-stateful queue --- .github/workflows/forest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 47bc0883bd17..2ded56cd6c62 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -403,6 +403,7 @@ jobs: calibnet-api-test-stateful: concurrency: group: calibnet-api-test-stateful + cancel-in-progress: false needs: - build-ubuntu name: Calibnet api test-stateful check