Skip to content

Commit 7d26c2f

Browse files
committed
use slash instead of #
1 parent 03fee2f commit 7d26c2f

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
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
evaluate:
17-
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '#evaluate') }}
17+
if: ${{ github.event.issue.pull_request && contains(github.event.comment.body, '/evaluate') }}
1818
runs-on: ubuntu-latest
1919
env:
2020
UV_SYSTEM_PYTHON: 1

0 commit comments

Comments
 (0)