RVFI - More accurate csr reporting and correcting register file write reporting when conflict with between apu and lsu #136
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |