Skip to content

Commit 1a4fc93

Browse files
committed
add ofed flag to CI job name
1 parent 72667d8 commit 1a4fc93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/arcus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
concurrency: rcp-cloud-portal-demo # openstack project
88
jobs:
99
arcus:
10+
name: arcus${{ ((matrix.ofed_install == 'true') && '-ofed') || '' }}
1011
strategy:
1112
matrix:
1213
ofed_install: [false, true]

0 commit comments

Comments
 (0)