Skip to content

Commit

Permalink
feat(ci): Build and run target tests everyday
Browse files Browse the repository at this point in the history
In #75 we refactored the test runners' configuration.
We want to run the test more frequently so we can evaluate their stability.

This entire commit can be reverted after the evaluation period is over (in couple of weeks).
  • Loading branch information
tore-espressif committed Nov 15, 2024
1 parent 5510758 commit e89722f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_run_test_app_usb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and Run USB Test Application

on:
schedule:
- cron: '0 0 * * SAT' # Saturday midnight
- cron: '0 0 * * *' # Every day at midnight
pull_request:
types: [opened, reopened, synchronize]

Expand Down

0 comments on commit e89722f

Please sign in to comment.