Skip to content

Commit

Permalink
Remove run requirements that are too strict
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryk committed Nov 5, 2024
1 parent 78cac32 commit bc6a1e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/report-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ jobs:
custom-coverage-report:
name: Custom coverage report
runs-on: [ self-hosted, Linux, X64, gcp-custom-runners ]
if: github.event.pull_request.merged == true
container: centos:8
env:
GHA_EXTERNAL_DISK: additional-tools
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-riscv-dv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ 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
needs: [ generate-config, generate-code ]
strategy:
fail-fast: false
Expand Down

0 comments on commit bc6a1e5

Please sign in to comment.