Skip to content

Commit

Permalink
Activate various CI jobs and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
virtual-maker committed Jan 1, 2025
1 parent 58c8a42 commit f2fc9ce
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit f2fc9ce

Please sign in to comment.