We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d13c80 commit af46ceeCopy full SHA for af46cee
2 files changed
.github/workflows/all.yml
@@ -11,6 +11,7 @@ jobs:
11
platform: [ubuntu:24.04, fedora:latest]
12
fail-fast: false
13
uses: ./.github/workflows/platform.yml
14
+ name: ${{ matrix.platform }}
15
with:
16
platform: ${{ matrix.platform }}
17
.github/workflows/platform.yml
@@ -10,6 +10,7 @@ on:
10
jobs:
build-base-with-docker:
runs-on: ubuntu-latest
+ name: Base Container
steps:
- name: Check out repository code
uses: actions/checkout@v3
@@ -39,6 +40,7 @@ jobs:
39
40
matrix:
41
allocator: [mi, sn, je]
42
43
+ name: ${{ matrix.allocator }} - build and benchmark
44
45
46
0 commit comments