File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6969 TOPIC_FILES : ${{ steps.topics.outputs.changed }}
7070 COLLECTION_FILES : ${{ steps.collections.outputs.changed }}
7171 TEST_ALL_FILES : ${{ steps.all.outputs.changed }}
72+ SKIP_COLLECTION_API_CHECKS : ${{ matrix.test_type == 'all' && '1' || '' }}
7273 COLLECTION_SHARD : ${{ matrix.shard }}
7374 COLLECTION_TOTAL_SHARDS : ${{ matrix.total_shards }}
Original file line number Diff line number Diff line change 137137 end
138138
139139 it "fails if a user, organization, or repository has been renamed or removed" do
140+ if ENV [ "SKIP_COLLECTION_API_CHECKS" ]
141+ skip "Skipping collection API checks (rename detection handled by collections-renames workflow)"
142+ end
143+
140144 errors = [ ]
141145 repos_to_check = [ ]
142146 users_to_check = [ ]
You can’t perform that action at this time.
0 commit comments