Skip to content

RVFI - More accurate csr reporting and correcting register file write reporting when conflict with between apu and lsu #136

RVFI - More accurate csr reporting and correcting register file write reporting when conflict with between apu and lsu

RVFI - More accurate csr reporting and correcting register file write reporting when conflict with between apu and lsu #136

name: check_target
on:
pull_request:
types: [opened, reopened, edited]
jobs:
check_target:
runs-on: ubuntu-latest
steps:
- if: ${{ (github.event.pull_request.head.ref == 'dev' && github.event.pull_request.base.ref == 'master') || github.event.pull_request.base.ref == 'dev' }}
run: exit 0
- if: ${{ github.event.pull_request.base.ref != 'dev' }}
run: exit 1