Skip to content

Commit

Permalink
verilator nightly: Only run on tuesdays and fridays
Browse files Browse the repository at this point in the history
As we add test-cases, these are getting more expensive to run, and folks
aren't looking at the results very often.
  • Loading branch information
korran committed Feb 2, 2024
1 parent 86cc6df commit 3272b54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-verilator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
workflow_dispatch:
schedule:
# cron format "minutes hours day-of-month month day-of-week"
# 5:30 PM Pacific monday-friday
- cron: '30 0 * * 2-6'
# 5:30 PM Pacific on tuesday and friday
- cron: '30 0 * * 3,6'

jobs:
smoke_test:
Expand Down

0 comments on commit 3272b54

Please sign in to comment.