Skip to content

Commit 1c3bd05

Browse files
Update new workflow
1 parent bab6dae commit 1c3bd05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: "Optional tests run"
1616
runs-on: ubuntu-latest
1717
timeout-minutes: 10
18-
if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly]'), github.event.comment.body)
18+
if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly"]'), github.event.comment.body)
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)