Skip to content

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

New issue

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

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

Already on GitHub? Sign in to your account

Closed
Sujal-Gupta-SG opened this issue Feb 24, 2025 · 4 comments
Closed
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

@rohit9625
Copy link
Contributor

Kudos, now it's working after Parneet's PR. See this comment
Let's close this issue @nicolas-raoul.

@nicolas-raoul
Copy link
Member

Fantastic, thanks Sujal and all! :-)

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

No branches or pull requests

3 participants