Skip to content

Commit 1edfd42

Browse files
committed
fix typo
1 parent f710bf5 commit 1edfd42

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

.github/workflows/size.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
5252

53-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
53+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5454
- name: Checkout Pull Request
5555
if: ${{ github.event_name == 'pull_request_target' }}
5656
run: |
@@ -69,18 +69,23 @@ jobs:
6969
name: report_pr
7070
path: /tmp/ot-size-report/report_pr
7171

72+
7273
size-report:
73-
if: ${{ github.event_name == 'pull_request_target' }}
74+
needs:
75+
- size-check
7476
permissions:
7577
pull-requests: write
78+
if: github.event_name == 'pull_request_target'
79+
runs-on: ubuntu-24.04
80+
steps:
7681
- name: Download report
7782
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
7883
with:
7984
name: report_pr
80-
path: /tmp/ot-size-report/report_pr
85+
path: /tmp/ot-size-report
8186

82-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
83-
name: Post Report
87+
- name: Post Report
88+
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea
8489
id: post-report
8590
with:
8691
script: |

0 commit comments

Comments
 (0)