Skip to content

Commit dfb8fc6

Browse files
Copilothsbt
andcommitted
Remove rbs:confirm task from sig.yml workflow
Co-authored-by: hsbt <12301+hsbt@users.noreply.github.com>
1 parent 21bf36b commit dfb8fc6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sig.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ jobs:
1616
run: |
1717
bundle config set with 'sig'
1818
bundle install
19-
- name: Run RBS test and confirm
20-
run: bundle exec rake rbs:{test,confirm}
19+
- name: Run RBS test
20+
run: bundle exec rake rbs:test

0 commit comments

Comments
 (0)