Merge branch 'main' of https://github.com/dethrace-labs/dethrace into skidmark_matching

This commit is contained in:
Dethrace Labs 2025-09-19 09:12:33 +12:00
commit de0cc487cb
1 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ on:
- 'ci-*'
tags:
- 'v*'
pull_request:
pull_request_target:
types: [opened, synchronize, reopened]
jobs:
@ -157,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