Skip to content

Commit

Permalink
Fix condition for custom reports
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 15, 2024
1 parent fe63594 commit b84cc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
name: Run custom RISC-V DV tests
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
container: centos:8
if: github.event.pull_request.merged == true
if: github.ref == 'refs/heads/main'
needs: [ generate-config, generate-code ]
strategy:
fail-fast: false
Expand Down

0 comments on commit b84cc3c

Please sign in to comment.