Skip to content

Commit e959636

Browse files
Fix typo in workflow file
1 parent a484f2b commit e959636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/comment_commands.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: "Optional tests run"
1818
runs-on: ubuntu-latest
1919
timeout-minutes: 10
20-
# if more commends are added, they will need to be added here too as we don't have avvecc to env at this stage
20+
# if more commands are added, they will need to be added here too as we don't have avvecc to env at this stage
2121
if: (github.event.issue.pull_request) && contains(fromJSON('["/pandas_nightly", "/pyright_strict", "/mypy_nightly"]'), github.event.comment.body)
2222

2323
steps:

0 commit comments

Comments
 (0)