Skip to content

Commit

Permalink
Update self-comment-slow-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker authored Aug 28, 2024
1 parent c86b0b7 commit 806f419
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-comment-slow-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ env:

jobs:
reply-and-trigger:
if: github.event.comment.body contains '/pytest'
if: contains(github.event.comment.body,'/pytest')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 806f419

Please sign in to comment.