Skip to content

Commit

Permalink
Merge pull request #269 from antmicro/kiryk/fix-custom-reports
Browse files Browse the repository at this point in the history
Fix custom report runs
  • Loading branch information
tmichalak authored Nov 18, 2024
2 parents 3085254 + b6a17d0 commit 2388ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
custom-coverage-report:
name: Custom coverage report
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
if: github.event.pull_request.merged == true
if: github.ref == 'refs/heads/main'
container: centos:8
env:
GHA_EXTERNAL_DISK: additional-tools
Expand Down

0 comments on commit 2388ae0

Please sign in to comment.