We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0966ac8 commit 7ba8dc7Copy full SHA for 7ba8dc7
.github/workflows/main.yml
@@ -21,10 +21,12 @@ jobs:
21
runs-on: self-hosted
22
strategy:
23
matrix:
24
- # LCG_RELEASE: [LCG_EXTERNAL, KEY4HEP_STACK]
25
- LCG_RELEASE: [LCG_EXTERNAL]
26
- # CEPCSW_BLDTOOL: [make, ninja]
27
- CEPCSW_BLDTOOL: [ninja]
+ LCG_RELEASE:
+ - LCG_EXTERNAL
+ - KEY4HEP_STACK
+ CEPCSW_BLDTOOL:
28
+ - ninja
29
+ # - make
30
31
# Steps represent a sequence of tasks that will be executed as part of the job
32
steps:
0 commit comments