Let watchdog wake up MCU only every 8 instead of 1 seconds, saving some power #104
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: make | |
on: | |
push: | |
branches: main | |
paths: 'thermidity-avr/**' | |
pull_request: | |
branches: main | |
paths: 'thermidity-avr/**' | |
jobs: | |
build: | |
runs-on: self-hosted | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build | |
run: cd $GITHUB_WORKSPACE/thermidity-avr && make |