From 808e718d578f376e9c084c99f591655a57eb43fc Mon Sep 17 00:00:00 2001 From: Nadeem Patwekar Date: Wed, 5 Nov 2025 18:07:25 +0530 Subject: [PATCH 1/2] chore: add skip-step option to CI workflow for improved control over test execution --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84731e0..c0feb2f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,7 @@ jobs: with: output: comment, report-markdown test-script: npm test + skip-step: head - uses: marocchino/sticky-pull-request-comment@v2 continue-on-error: true if: steps.coverage-utils-js.outputs.report != '' From 37fb8330629f310cf682e6435238ab20d6c00eea Mon Sep 17 00:00:00 2001 From: Nadeem Patwekar Date: Thu, 6 Nov 2025 00:36:26 +0530 Subject: [PATCH 2/2] fix: update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c0feb2f..24e4336 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: with: output: comment, report-markdown test-script: npm test - skip-step: head + skip-step: install - uses: marocchino/sticky-pull-request-comment@v2 continue-on-error: true if: steps.coverage-utils-js.outputs.report != ''