Skip to content

Commit f2fc9ce

Browse files
committed
Activate various CI jobs and update dependencies
1 parent 58c8a42 commit f2fc9ce

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
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

0 commit comments

Comments
 (0)