fix publish reccmp report in github actions
This commit is contained in:
parent
eb14cdf7bb
commit
85b44d0163
|
|
@ -158,7 +158,7 @@ jobs:
|
|||
echo "::warning file=reccmp-output.txt::Decomp correctness decreased"
|
||||
fi
|
||||
- name: Update report in reccmp-report
|
||||
if: github.ref == 'refs/heads/main'
|
||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||
run: |
|
||||
cp new-reccmp-report.json reccmp-report/report.json
|
||||
cd reccmp-report
|
||||
|
|
|
|||
Loading…
Reference in New Issue