This commit is contained in:
Dan Abramov
2021-11-06 19:05:03 +00:00
parent ff712e6608
commit cfc0d6b746

View File

@@ -7,8 +7,11 @@ on:
- completed
jobs:
comment:
upload:
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Download base branch bundle stats
uses: dawidd6/action-download-artifact@v2