Skip to content

Commit 88f6b57

Browse files
authored
Merge pull request #692 from opentensor/no-spec-version-bump
Only run spec version check when the skip label doesn't exist
2 parents 1332d07 + f212a59 commit 88f6b57

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/check-finney.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
check-spec-version:
1212
name: Check spec_version bump
1313
runs-on: SubtensorCI
14+
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-spec-version-bump') }}
1415
steps:
1516
- name: Dependencies
1617
run: |

Diff for: pallets/collective/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -951,6 +951,7 @@ impl<T: Config<I>, I: 'static> Pallet<T, I> {
951951
///
952952
/// If not `approved`:
953953
/// - one event deposited.
954+
///
954955
/// Two removals, one mutation.
955956
/// Computation and i/o `O(P)` where:
956957
/// - `P` is number of active proposals

0 commit comments

Comments
 (0)