Add RISC-V as a requirement for the issue on error. (#2128)

This will (hopefully) ensure that RISC-V failures result in a github issue being created.

BUG=http://b/291335234
diff --git a/.github/workflows/tests_post.yml b/.github/workflows/tests_post.yml
index 4919d1d..719adaa 100644
--- a/.github/workflows/tests_post.yml
+++ b/.github/workflows/tests_post.yml
@@ -30,7 +30,7 @@
       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