We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c3816 commit eabeac4Copy full SHA for eabeac4
.github/workflows/nightly-build.yml
@@ -37,6 +37,12 @@ jobs:
37
- sample-code/module-20-docker-start
38
- sample-code/module-20-docker
39
- 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
+
46
steps:
47
# Check out the repository code for the specific branch
48
- name: Checkout repository
0 commit comments