@@ -54,47 +54,47 @@ runs:
54
54
outputs :
55
55
# specs variables
56
56
RUN_SPECS_SEARCH :
57
- description : ' Determine if the `specs_search` job should run'
57
+ description : Determine if the `specs_search` job should run
58
58
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.SEARCH_SPECS_CHANGED > 0 }}
59
59
RUN_SPECS_RECOMMEND :
60
- description : ' Determine if the `specs_recommend` job should run'
60
+ description : Determine if the `specs_recommend` job should run
61
61
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.RECOMMEND_SPECS_CHANGED > 0 }}
62
62
RUN_SPECS_QS :
63
- description : ' Determine if the `specs_qs` job should run'
63
+ description : Determine if the `specs_qs` job should run
64
64
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.QS_SPECS_CHANGED > 0 }}
65
65
RUN_SPECS_PERSO :
66
- description : ' Determine if the `specs_perso` job should run'
66
+ description : Determine if the `specs_perso` job should run
67
67
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.PERSO_SPECS_CHANGED > 0 }}
68
68
RUN_SPECS_INSIGHTS :
69
- description : ' Determine if the `specs_insights` job should run'
69
+ description : Determine if the `specs_insights` job should run
70
70
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.INSIGHTS_SPECS_CHANGED > 0 }}
71
71
RUN_SPECS_ANALYTICS :
72
- description : ' Determine if the `specs_analytics` job should run'
72
+ description : Determine if the `specs_analytics` job should run
73
73
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.ANALYTICS_SPECS_CHANGED > 0 }}
74
74
RUN_SPECS_AB :
75
- description : ' Determine if the `specs_ab` job should run'
75
+ description : Determine if the `specs_ab` job should run
76
76
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.AB_SPECS_CHANGED > 0 }}
77
77
78
78
# js client variables
79
79
RUN_JS_CLIENT_SEARCH :
80
- description : ' Determine if the `client_javascript_search` job should run'
80
+ description : Determine if the `client_javascript_search` job should run
81
81
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.SEARCH_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JS_SEARCH_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 }}
82
82
RUN_JS_CLIENT_RECOMMEND :
83
- description : ' Determine if the `client_javascript_recommend` job should run'
83
+ description : Determine if the `client_javascript_recommend` job should run
84
84
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.RECOMMEND_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JS_RECOMMEND_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 }}
85
85
RUN_JS_CLIENT_PERSO :
86
- description : ' Determine if the `client_javascript_perso` job should run'
86
+ description : Determine if the `client_javascript_perso` job should run
87
87
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.PERSO_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JS_PERSO_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 }}
88
88
RUN_JS_CLIENT_ANALYTICS :
89
- description : ' Determine if the `client_javascript_analytics` job should run'
89
+ description : Determine if the `client_javascript_analytics` job should run
90
90
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.ANALYTICS_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JS_ANALYTICS_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 }}
91
91
92
92
# java client variables
93
93
RUN_JAVA_CLIENT :
94
- description : ' Determine if the `client_java_*` job should run'
94
+ description : Determine if the `client_java_*` job should run
95
95
value : ${{ github.ref == 'refs/heads/main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.COMMON_SPECS_CHANGED > 0 || steps.diff.outputs.SEARCH_SPECS_CHANGED > 0 || steps.diff.outputs.SCRIPTS_CHANGED > 0 || steps.diff.outputs.JAVA_CLIENT_CHANGED > 0 || steps.diff.outputs.JAVA_TEMPLATE_CHANGED > 0 }}
96
96
97
97
# cts variables
98
98
RUN_CTS :
99
- description : ' Determine if the `cts` job should run'
99
+ description : Determine if the `cts` job should run
100
100
value : ${{ github.ref_name == 'main' || steps.diff.outputs.GITHUB_ACTIONS_CHANGED > 0 || steps.diff.outputs.SPECS_CHANGED > 0 || steps.diff.outputs.TESTS_CHANGED > 0 || steps.diff.outputs.JS_CLIENT_CHANGED > 0 || steps.diff.outputs.JS_TEMPLATE_CHANGED > 0 || steps.diff.outputs.JAVA_CLIENT_CHANGED > 0 || steps.diff.outputs.JAVA_TEMPLATE_CHANGED > 0 }}
0 commit comments