From 88ef9dd258038eac6e0938aba0ec7b315709f2fe Mon Sep 17 00:00:00 2001 From: Abhijit Kiran Valluri Date: Sun, 27 Sep 2020 04:50:18 +0100 Subject: [PATCH] Put the comment on the PR after CI passes (#164) --- .github/workflows/android-build-pr.yml | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/workflows/android-build-pr.yml b/.github/workflows/android-build-pr.yml index 8fdec491a..acf9888b2 100644 --- a/.github/workflows/android-build-pr.yml +++ b/.github/workflows/android-build-pr.yml @@ -4,20 +4,6 @@ on: branches: - fork jobs: - comment-on-pr: - runs-on: ubuntu-latest - steps: - - name: Comment on PR with link to checks page - uses: mshick/add-pr-comment@v1 - with: - message: | - ### Download the built apks - You can download the apks built by Github actions **after** the CI checks pass. - Please go to the checks page for this PR to find the zipped apk files under the artifacts drop-down, as seen in the example screenshot below. - - - repo-token: ${{ secrets.GITHUB_TOKEN }} - allow-repeats: false run-build: runs-on: ubuntu-latest steps: @@ -56,7 +42,17 @@ jobs: with: name: app-x86_64-forkRelease.apk path: app/build/outputs/apk/forkRelease/app-x86_64-forkRelease.apk + - name: Comment on PR with link to checks page + uses: mshick/add-pr-comment@v1 + with: + message: | + ### Download the built apks + You can download the apks built by Github actions after the CI checks pass. + Please go to the checks page for this PR to find the zipped apk files under the artifacts drop-down, as seen in the example screenshot below. + + repo-token: ${{ secrets.GITHUB_TOKEN }} + allow-repeats: false run-testDebug: runs-on: ubuntu-latest