Skip to content

Commit 4b3cff9

Browse files
committed
Updated nightly build script
1 parent eabeac4 commit 4b3cff9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/nightly-build.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@ jobs:
3737
- sample-code/module-20-docker-start
3838
- sample-code/module-20-docker
3939
- sample-code/end-to-end
40-
name: Build (${{
41-
matrix.branch == 'main'
42-
&& 'main'
43-
|| (matrix.branch startsWith('sample-code/') && format('{0}', matrix.branch[12:]) || matrix.branch)
44-
}})
40+
name: Build (${{matrix.branch | replace('sample-code/', '')}})
4541

4642
steps:
4743
# Check out the repository code for the specific branch

0 commit comments

Comments
 (0)