Skip to content

Commit

Permalink
Add RISC-V as a requirement for the issue on error. (tensorflow#2128)
Browse files Browse the repository at this point in the history
This will (hopefully) ensure that RISC-V failures result in a github issue being created.

BUG=http://b/291335234
  • Loading branch information
advaitjain authored Jul 14, 2023
1 parent 699c517 commit 15154aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests_post.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
tflm-bot-token: ${{ secrets.TFLM_BOT_PACKAGE_READ_TOKEN }}

issue_on_error:
needs: [xtensa_postmerge]
needs: [riscv_postmerge,xtensa_postmerge]
if: ${{ always() && contains(needs.*.result, 'failure') &&
!contains(github.event.pull_request.labels.*.name, 'ci:run_full') }}
uses: ./.github/workflows/issue_on_error.yml
Expand Down

0 comments on commit 15154aa

Please sign in to comment.