mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
misc/github: Update workflow.
Run code-size after PRs only.
This commit is contained in:
parent
b9b62b39f8
commit
d083435389
5
.github/workflows/code-size-report.yml
vendored
5
.github/workflows/code-size-report.yml
vendored
@ -8,7 +8,10 @@ on:
|
||||
|
||||
jobs:
|
||||
post-code-report:
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
if: >
|
||||
github.event.workflow_run.event == 'pull_request' &&
|
||||
github.event.workflow_run.conclusion == 'success'
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: '↓ Download code size report'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user