From b88f61ee488b69767a39cb121acaa314e46b3f14 Mon Sep 17 00:00:00 2001 From: Shashank Date: Tue, 27 Jan 2026 16:14:15 +0530 Subject: [PATCH 1/2] fix --- .github/workflows/forest.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 2c8de2a73a20..f78309c33998 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -399,6 +399,9 @@ jobs: - run: ./scripts/tests/calibnet_eth_mapping_check.sh timeout-minutes: ${{ fromJSON(env.SCRIPT_TIMEOUT_MINUTES) }} calibnet-api-test-stateful: + concurrency: + group: calibnet-api-test-stateful + cancel-in-progress: false needs: - build-ubuntu name: Calibnet api test-stateful check From a245edade667a31883244c523f8f7b8f2396645c Mon Sep 17 00:00:00 2001 From: Shashank Date: Tue, 27 Jan 2026 23:23:12 +0530 Subject: [PATCH 2/2] keeping minimal --- .github/workflows/forest.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/forest.yml b/.github/workflows/forest.yml index 1951c2433bdc..7524a662a116 100644 --- a/.github/workflows/forest.yml +++ b/.github/workflows/forest.yml @@ -403,7 +403,6 @@ jobs: calibnet-api-test-stateful: concurrency: group: calibnet-api-test-stateful - cancel-in-progress: false needs: - build-ubuntu name: Calibnet api test-stateful check