File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6666 run : ./.github/workflows/.ci_scripts/check-commit-message.sh
6767
6868 static-code-tests :
69- if : false # This will deactivate the job
69+ # if: false # This will deactivate the job
7070 runs-on : ubuntu-latest
7171
7272 steps :
@@ -131,7 +131,7 @@ jobs:
131131 exit 1
132132
133133 build-arduino-AVR :
134- # needs: static-code-tests
134+ needs : static-code-tests
135135 if : false # This will deactivate the job
136136 runs-on : ubuntu-latest
137137
@@ -196,7 +196,7 @@ jobs:
196196 ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
197197
198198 build-arduino-ESP32 :
199- # needs: static-code-tests
199+ needs : static-code-tests
200200 if : false # This will deactivate the job
201201 runs-on : ubuntu-latest
202202
@@ -238,7 +238,7 @@ jobs:
238238 ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES
239239
240240 build-arduino-MySensors :
241- # needs: static-code-tests
241+ needs : static-code-tests
242242 if : true # false # This will deactivate the job
243243 runs-on : ubuntu-latest
244244
You can’t perform that action at this time.
0 commit comments