Skip to content

Commit

Permalink
Fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Jul 25, 2024
1 parent 3b1352d commit 58cc59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-finney.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +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')
if: ${{ !contains(github.event.issue.labels.*.name, 'no-spec-version-bump') }}
steps:
- name: Dependencies
run: |
Expand Down

0 comments on commit 58cc59b

Please sign in to comment.