We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 499fbcd commit 26499f5Copy full SHA for 26499f5
.github/workflows/nightly.yml
@@ -37,7 +37,10 @@ jobs:
37
fail-fast: false
38
matrix:
39
branch: ${{ fromJson(needs.GENERATE_MATRIX.outputs.branches) }}
40
+ configuration_parameters: ['']
41
debug: [true, false]
42
+ name: ['']
43
+ run_tests_parameters: ['']
44
zts: [true, false]
45
include: ${{ fromJson(needs.GENERATE_MATRIX.outputs.matrix-include) }}
46
name: "${{ matrix.branch.name }}_LINUX_X64${{ matrix.name }}_${{ matrix.debug && 'DEBUG' || 'RELEASE' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
0 commit comments