Skip to content

Commit

Permalink
/build_test comment includes code-analysis output
Browse files Browse the repository at this point in the history
  • Loading branch information
mwangggg committed Dec 3, 2023
1 parent e3994c4 commit faa442a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:

integration-test-pass:
runs-on: ubuntu-latest
needs: [integration-test]
needs: [integration-test, code-analysis]
permissions:
pull-requests: write
steps:
Expand Down Expand Up @@ -241,7 +241,7 @@ jobs:
comment-integration-test-fail:
if: (always() && contains(needs.*.result, 'failure'))
needs: [integration-test]
needs: [integration-test, code-analysis]
permissions:
pull-requests: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit faa442a

Please sign in to comment.