Skip to content

Commit cd44b7d

Browse files
authored
Merge pull request #62 from per1234/schedule-integration-test
Add schedule trigger event to integration test workflow
2 parents 14def8b + 45eb4c4 commit cd44b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-integration.yml

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ on:
2222
- "poetry.lock"
2323
- "pyproject.toml"
2424
- "test/**"
25+
schedule:
26+
# Run daily at 8 AM UTC to catch breakage resulting from changes to Arduino Lint.
27+
- cron: "0 8 * * *"
2528
workflow_dispatch:
2629
inputs:
2730
arduino-lint-ref:

0 commit comments

Comments
 (0)