We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1332d07 commit 3b1352dCopy full SHA for 3b1352d
.github/workflows/check-finney.yml
@@ -11,6 +11,7 @@ jobs:
11
check-spec-version:
12
name: Check spec_version bump
13
runs-on: SubtensorCI
14
+ if: !contains(github.event.issue.labels.*.name, 'no-spec-version-bump')
15
steps:
16
- name: Dependencies
17
run: |
0 commit comments