forked from Imagelibrary/seL4
github: clearer top-level name for compile action
Previous "Kernel" showed up for the badge and main checks group, which is not very informative. Signed-off-by: Gerwin Klein <gerwin.klein@proofcraft.systems>
This commit is contained in:
committed by
Gerwin Klein
parent
cc32744ff3
commit
43b2029d02
4
.github/workflows/compilation-checks.yml
vendored
4
.github/workflows/compilation-checks.yml
vendored
@@ -4,7 +4,7 @@
|
||||
|
||||
# Compilation actions to run on pull requests
|
||||
|
||||
name: Kernel
|
||||
name: Compile
|
||||
|
||||
on:
|
||||
push:
|
||||
@@ -14,7 +14,7 @@ on:
|
||||
|
||||
jobs:
|
||||
standalone_kernel:
|
||||
name: compile
|
||||
name: kernel
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
@@ -11,7 +11,7 @@ The seL4 microkernel
|
||||
[](https://github.com/seL4/seL4/actions/workflows/push.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/sel4test-deploy.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/cparser.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/compilation-checks.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/compilation-checks.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/preprocess-deploy.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/manual.yml)
|
||||
[](https://github.com/seL4/seL4/actions/workflows/xml_lint.yml)
|
||||
|
||||
Reference in New Issue
Block a user