update CI

This commit is contained in:
adbenitez
2021-11-12 22:20:41 -05:00
parent 2b7e341da2
commit ecd4157b48
2 changed files with 24 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
name: add artifact links to pull request
on:
workflow_run:
workflows: ["Upload Preview APK"]
types: [completed]
jobs:
artifacts-url-comments:
name: add artifact links to pull request
runs-on: windows-2019
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: add artifact links to pull request
uses: tonyhallett/artifacts-url-comments@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
prefix: 📦 Install this apk to test the changes in this pull request:
format: name
addTo: pull
+4
View File
@@ -7,6 +7,10 @@ jobs:
name: Upload Preview APK
runs-on: ubuntu-latest
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v2
with:
submodules: recursive