From 9f610799e64deb64049d11e891e304a7ea7c1a82 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 12 Feb 2026 11:14:49 +0900 Subject: [PATCH 1/2] Remove rbs:annotate from GHA, because that test is depends on RDoc --- .github/workflows/sig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sig.yml b/.github/workflows/sig.yml index 8efa56a..035a599 100644 --- a/.github/workflows/sig.yml +++ b/.github/workflows/sig.yml @@ -16,5 +16,5 @@ jobs: run: | bundle config set with 'sig' bundle install - - name: Run RBS test, annotate and confirm - run: bundle exec rake rbs:{test,annotate,confirm} + - name: Run RBS test and confirm + run: bundle exec rake rbs:{test,confirm} From 0e65319661c60d17a0d68b8f6119aee15f5f78f7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 12 Feb 2026 03:18:50 +0000 Subject: [PATCH 2/2] Remove rbs:confirm task from sig.yml workflow Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com> --- .github/workflows/sig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sig.yml b/.github/workflows/sig.yml index 035a599..29abf89 100644 --- a/.github/workflows/sig.yml +++ b/.github/workflows/sig.yml @@ -16,5 +16,5 @@ jobs: run: | bundle config set with 'sig' bundle install - - name: Run RBS test and confirm - run: bundle exec rake rbs:{test,confirm} + - name: Run RBS test + run: bundle exec rake rbs:test