File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed
Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change 1818}
1919
2020default_include = [
21- { "runner" : runner_mapping ["linux-64" ],
21+ {
22+ "runner" : runner_mapping ["linux-64" ],
2223 "platform" : "linux-64" ,
23- "recipe" : "llvmdev"
24+ "recipe" : "llvmdev" ,
2425 },
25- { "runner" : runner_mapping ["win-64" ],
26+ {
27+ "runner" : runner_mapping ["win-64" ],
2628 "platform" : "win-64" ,
27- "recipe" : "llvmdev"
29+ "recipe" : "llvmdev" ,
2830 },
2931 {
3032 "runner" : runner_mapping ["win-64" ],
3335 },
3436]
3537
36- print (f"Deciding what to do based on event: '{ event } ', label: '{ label } ', inputs: '{ inputs } '" )
38+ print (
39+ "Deciding what to do based on event: "
40+ f"'{ event } ', label: '{ label } ', inputs: '{ inputs } '"
41+ )
3742if event == "pull_request" :
3843 print ("pull_request detected" )
3944 include = default_include
You can’t perform that action at this time.
0 commit comments