Skip to content

Commit

Permalink
Run CI at midnight Pacific
Browse files Browse the repository at this point in the history
Many Cypress Windows tests are timing out even after increasing
the timeout to 2 hours, likely due to
actions/runner-images#7320. Hopefully
running the tests at night during reduced load will reduce the
prevalence of noisy neighbors since the GitHub Windows runners
seem unable to properly isolate compute-heavy workloads.
  • Loading branch information
ramosbugs committed Sep 26, 2023
1 parent 56acafc commit 7aa9fd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ on:

# Run the pipeline daily so that we get continuous dogfooding.
schedule:
# Run at 6pm UTC/10am Pacific
- cron: 0 18 * * *
# Run at 8am UTC/midnight Pacific
- cron: 0 8 * * *

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: {}
Expand Down

0 comments on commit 7aa9fd1

Please sign in to comment.