Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Android CI Comment Workflow Not Triggering After Android CI Completes #6207

Open
Sujal-Gupta-SG opened this issue Feb 24, 2025 · 2 comments
Open
Assignees

Comments

@Sujal-Gupta-SG
Copy link
Contributor

Description

The android-ci-comment.yml workflow, which is supposed to run after android.yml completes using the workflow_run event, is not triggering as expected. The goal is to build APKs in android.yml (on pull_request) and then comment on the PR with APK download links in android-ci-comment.yml (on workflow_run). However, after android.yml runs, android-ci-comment.yml does not execute, even though it’s configured to trigger on successful completion of Android CI.

Current Behavior

  • android.yml runs on pull_request and uploads betaDebugAPK, prodDebugAPK, and run-id artifacts.
  • android-ci-comment.yml (using on: workflow_run) does not run afterward, despite being present in the repository.

Expected Behavior

  • android.yml completes successfully on pull_request.
  • android-ci-comment.yml triggers via workflow_run and posts a comment with APK download links on the PR.

Relevant Files

  • .github/workflows/android.yml: Builds APKs and uploads artifacts.
  • .github/workflows/android-ci-comment.yml: Comments on PR using workflow_run.
@rohit9625
Copy link
Contributor

Are you working on it @Sujal-Gupta-SG? If not then I'd like to test the workflows locally and work on this.

@Sujal-Gupta-SG
Copy link
Contributor Author

@rohit9625 I am not working on it

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants