From f2fc9ce3eb25f3218d48d42cdedd007c9cf883ee Mon Sep 17 00:00:00 2001 From: Virtual Maker <56232456+virtual-maker@users.noreply.github.com> Date: Wed, 1 Jan 2025 22:55:16 +0100 Subject: [PATCH] Activate various CI jobs and update dependencies --- .github/workflows/build.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index dc2f76fa1..e6280f61d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,7 +66,7 @@ jobs: run: ./.github/workflows/.ci_scripts/check-commit-message.sh static-code-tests: - if: false # This will deactivate the job + #if: false # This will deactivate the job runs-on: ubuntu-latest steps: @@ -131,7 +131,7 @@ jobs: exit 1 build-arduino-AVR: - #needs: static-code-tests + needs: static-code-tests if: false # This will deactivate the job runs-on: ubuntu-latest @@ -196,7 +196,7 @@ jobs: ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES build-arduino-ESP32: - #needs: static-code-tests + needs: static-code-tests if: false # This will deactivate the job runs-on: ubuntu-latest @@ -238,7 +238,7 @@ jobs: ./.github/workflows/.ci_scripts/compile-arduino-sketches.sh $FQBN $SKETCHES $EXCLUDES build-arduino-MySensors: - #needs: static-code-tests + needs: static-code-tests if: true # false # This will deactivate the job runs-on: ubuntu-latest