Merge pull request #2323 from openmv/workflow_update

misc/github: Update workflow.
This commit is contained in:
Ibrahim Abdelkader 2024-07-25 22:51:14 +02:00 committed by GitHub
commit d1b21a6104
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'