github: provide base ref for preprocess check
For preprocess checks on pull requests, check against the base_ref of the pull request (e.g. master) instead of against the seL4 revision in the verification manifest. If base_ref has advanced over the verification manifest revision, we do not want to see that difference again on pull requests, but only the difference the pull request causes itself. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
parent
727ccd140f
commit
061017b242
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr.yml
vendored
1
.github/workflows/pr.yml
vendored
|
|
@ -33,3 +33,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
L4V_ARCH: ${{ matrix.arch }}
|
L4V_ARCH: ${{ matrix.arch }}
|
||||||
L4V_FEATURES: ${{ matrix.feature }}
|
L4V_FEATURES: ${{ matrix.feature }}
|
||||||
|
BASE_REF: ${{ github.base_ref }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue