Skip to content

Commit

Permalink
Merge pull request #252 from chipsalliance/kiryk/fix-custom-runs
Browse files Browse the repository at this point in the history
Fix custom tests
  • Loading branch information
tmichalak authored Nov 15, 2024
2 parents 1a7a94a + a144823 commit 3085254
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 3085254

Please sign in to comment.