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 3b1352d commit 58cc59bCopy full SHA for 58cc59b
.github/workflows/check-finney.yml
@@ -11,7 +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')
+ if: ${{ !contains(github.event.issue.labels.*.name, 'no-spec-version-bump') }}
15
steps:
16
- name: Dependencies
17
run: |
0 commit comments