Skip to content

Commit 58cc59b

Browse files
committed
Fix syntax error
1 parent 3b1352d commit 58cc59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-finney.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
check-spec-version:
1212
name: Check spec_version bump
1313
runs-on: SubtensorCI
14-
if: !contains(github.event.issue.labels.*.name, 'no-spec-version-bump')
14+
if: ${{ !contains(github.event.issue.labels.*.name, 'no-spec-version-bump') }}
1515
steps:
1616
- name: Dependencies
1717
run: |

0 commit comments

Comments
 (0)