We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f5b151 commit e840bcbCopy full SHA for e840bcb
.github/workflows/build.yml
@@ -5,6 +5,8 @@ on:
5
workflow_dispatch:
6
release:
7
types: [published]
8
+ schedule:
9
+ - cron: '0 0 * * 0'
10
11
concurrency:
12
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -28,7 +30,7 @@ jobs:
28
30
build-minimal-firmware:
29
31
name: Build Atom Echo Minimal Firmware
32
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
- if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
33
+ if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
34
with:
35
files: |
36
m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml
0 commit comments