File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
You can’t perform that action at this time.
0 commit comments