Skip to content

Commit af46cee

Browse files
committed
Use reuseable workflows.
1 parent 2d13c80 commit af46cee

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/all.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
platform: [ubuntu:24.04, fedora:latest]
1212
fail-fast: false
1313
uses: ./.github/workflows/platform.yml
14+
name: ${{ matrix.platform }}
1415
with:
1516
platform: ${{ matrix.platform }}
1617

.github/workflows/platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
build-base-with-docker:
1212
runs-on: ubuntu-latest
13+
name: Base Container
1314
steps:
1415
- name: Check out repository code
1516
uses: actions/checkout@v3
@@ -39,6 +40,7 @@ jobs:
3940
matrix:
4041
allocator: [mi, sn, je]
4142
fail-fast: false
43+
name: ${{ matrix.allocator }} - build and benchmark
4244
steps:
4345
- name: Check out repository code
4446
uses: actions/checkout@v3

0 commit comments

Comments
 (0)