Skip to content

Commit eabeac4

Browse files
committed
Updated nightly build script
1 parent 25c3816 commit eabeac4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/nightly-build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,12 @@ 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+
}})
45+
4046
steps:
4147
# Check out the repository code for the specific branch
4248
- name: Checkout repository

0 commit comments

Comments
 (0)