Skip to content

Commit

Permalink
Only run spec version check when the skip label doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Jul 25, 2024
1 parent 1332d07 commit 3b1352d
Showing 1 changed file with 1 addition 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.issue.labels.*.name, 'no-spec-version-bump')
steps:
- name: Dependencies
run: |
Expand Down

0 comments on commit 3b1352d

Please sign in to comment.