mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-10 06:01:28 +08:00
typo
This commit is contained in:
parent
61c5c0474a
commit
b998763097
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
run-if-failed:
|
||||
runs-on: ubuntu-latest
|
||||
needs: [lint_and_format]
|
||||
if: always() && (needs.job1.result == 'failure')
|
||||
if: always() && (needs.lint_and_format.result == 'failure')
|
||||
steps:
|
||||
- name: Comment PR
|
||||
uses: thollander/actions-comment-pull-request@v1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue