Skip to content

Commit fe8dc6b

Browse files
committed
Fix syntax
1 parent 36ca502 commit fe8dc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
evaluate:
15-
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate')
15+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate') }}
1616
runs-on: ubuntu-latest
1717
env:
1818
UV_SYSTEM_PYTHON: 1

0 commit comments

Comments
 (0)