Skip to content

Commit

Permalink
Merge pull request #692 from opentensor/no-spec-version-bump
Browse files Browse the repository at this point in the history
Only run spec version check when the skip label doesn't exist
  • Loading branch information
unconst authored Aug 3, 2024
2 parents 1332d07 + f212a59 commit 88f6b57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check-finney.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
check-spec-version:
name: Check spec_version bump
runs-on: SubtensorCI
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-spec-version-bump') }}
steps:
- name: Dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions pallets/collective/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -951,6 +951,7 @@ impl<T: Config<I>, I: 'static> Pallet<T, I> {
///
/// If not `approved`:
/// - one event deposited.
///
/// Two removals, one mutation.
/// Computation and i/o `O(P)` where:
/// - `P` is number of active proposals
Expand Down

0 comments on commit 88f6b57

Please sign in to comment.