This commit is contained in:
Jack 2021-09-30 23:46:59 +01:00 committed by GitHub
parent 61c5c0474a
commit b998763097
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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