File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 required : false
3030 default : ' 0'
3131 type : string
32- RUN_BASIC_JOBS :
33- required : false
34- type : string
35- default : ' 1'
3632 RUN_MYSQL_JOBS :
3733 required : false
3834 type : string
8177jobs :
8278 # START Basic Checks Job (EPV, code sniffer, images check, etc.)
8379 basic-checks :
84- if : ${{ inputs.RUN_BASIC_JOBS == '1' }}
80+ if : ${{ inputs.EPV == '1' || inputs.EXECUTABLE_FILES == '1' || inputs.IMAGE_ICC == '1' || inputs.SNIFF == '1' }}
8581 runs-on : ubuntu-22.04
8682 strategy :
8783 matrix :
Original file line number Diff line number Diff line change @@ -82,14 +82,6 @@ call-tests:
8282 # OPTIONAL CONFIGURATIONS BELOW
8383 # The following arguments are optional and can be omitted if not needed.
8484
85- # Run code sniffer on your code? 1 or 0
86- # Default: 1
87- SNIFF: 1
88-
89- # Run icc profile sniffer on your images? 1 or 0
90- # Default: 1
91- IMAGE_ICC: 1
92-
9385 # Run EPV (Extension Pre Validator) on your code? 1 or 0
9486 # Default: 1
9587 EPV: 1
@@ -98,17 +90,21 @@ call-tests:
9890 # Default: 1
9991 EXECUTABLE_FILES: 1
10092
93+ # Run icc profile sniffer on your images? 1 or 0
94+ # Default: 1
95+ IMAGE_ICC: 1
96+
97+ # Run code sniffer on your code? 1 or 0
98+ # Default: 1
99+ SNIFF: 1
100+
101101 # ADVANCED CONFIGURATIONS BELOW
102102 # The following arguments are for users that need to tweak the workflow.
103103
104104 # Set this to 1 to generate a code coverage report. (See documentation below.)
105105 # Default: 0
106106 CODECOV: 0
107107
108- # Set this to 0 to skip all basic checks (code sniffer, EPV, etc.)
109- # Default: 1
110- RUN_BASIC_JOBS: 1
111-
112108 # Set this to 0 to skip all MySQL/MariaDB tests.
113109 # Default: 1
114110 RUN_MYSQL_JOBS: 1
You can’t perform that action at this time.
0 commit comments