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 bab6dae commit 1c3bd05Copy full SHA for 1c3bd05
.github/workflows/comment_action.yaml
@@ -15,7 +15,7 @@ jobs:
15
name: "Optional tests run"
16
runs-on: ubuntu-latest
17
timeout-minutes: 10
18
- if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly]'), github.event.comment.body)
+ if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly"]'), github.event.comment.body)
19
20
steps:
21
- uses: actions/checkout@v4
0 commit comments