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 36ca502 commit fe8dc6bCopy full SHA for fe8dc6b
.github/workflows/evaluate.yaml
@@ -12,7 +12,7 @@ permissions:
12
13
jobs:
14
evaluate:
15
- if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate')
+ if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate') }}
16
runs-on: ubuntu-latest
17
env:
18
UV_SYSTEM_PYTHON: 1
0 commit comments