Skip to content

Commit

Permalink
Update Canaries to run 24 hrs / day (aws-amplify#1336)
Browse files Browse the repository at this point in the history
  • Loading branch information
reesscot authored Feb 16, 2022
1 parent 722e2a9 commit 2194970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Run Builds

on:
schedule:
- cron: '*/7 17-23,0-4 * * *' # Run every 7 minutes, from 9am to 8pm Pacific Time
- cron: '*/7 * * * *' # Run every 7 minutes

jobs:
build:
Expand Down

0 comments on commit 2194970

Please sign in to comment.