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 eabeac4 commit 4b3cff9Copy full SHA for 4b3cff9
.github/workflows/nightly-build.yml
@@ -37,11 +37,7 @@ 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
- }})
+ name: Build (${{matrix.branch | replace('sample-code/', '')}})
45
46
steps:
47
# Check out the repository code for the specific branch
0 commit comments