diff --git a/.github/workflows/test-integration.yml b/.github/workflows/test-integration.yml index 4167b723..c13a809c 100644 --- a/.github/workflows/test-integration.yml +++ b/.github/workflows/test-integration.yml @@ -22,6 +22,9 @@ on: - "poetry.lock" - "pyproject.toml" - "test/**" + schedule: + # Run daily at 8 AM UTC to catch breakage resulting from changes to Arduino Lint. + - cron: "0 8 * * *" workflow_dispatch: inputs: arduino-lint-ref: