Skip to content

Commit

Permalink
Merge pull request #86 from espressif/ci/frequent_tests
Browse files Browse the repository at this point in the history
feat(ci): Build and run target tests everyday
  • Loading branch information
tore-espressif authored Nov 15, 2024
2 parents 5510758 + e89722f commit a3e685c
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 a3e685c

Please sign in to comment.