Fix Size Comparison Comment (#2657)

* Make sure checking out repository first.
This commit is contained in:
Kaede Hoshikawa 2022-05-04 20:08:46 +09:00 committed by GitHub
parent 6a568a5379
commit 983293def4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -13,6 +13,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Download Repository
uses: actions/checkout@v2
- if: github.event.workflow_run.event == 'pull_request' - if: github.event.workflow_run.event == 'pull_request'
name: Download Artifact name: Download Artifact
uses: Legit-Labs/action-download-artifact@v2 uses: Legit-Labs/action-download-artifact@v2
@ -23,9 +26,6 @@ jobs:
name: size-cmp-info name: size-cmp-info
path: "size-cmp-info/" path: "size-cmp-info/"
- name: Download Repository
uses: actions/checkout@v2
- name: Make pull request comment - name: Make pull request comment
run: python3 ci/make_example_size_cmt.py run: python3 ci/make_example_size_cmt.py