Skip to content

Commit

Permalink
Add Nightly CI to Continually Test Benchmark Builds and Runs (#95)
Browse files Browse the repository at this point in the history
Add Nightly CI to continually test benchmark builds and runs

Co-authored-by: pearce8 <[email protected]>
  • Loading branch information
alecbcs and pearce8 authored Jan 6, 2024
1 parent 06954d7 commit 064a864
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: nightly
on:
schedule:
- cron: '0 14 * * *'

#------------------------------------------------------------------------
# Execute a nightly CI run to verify benchmarks continue to build & run
# sucessfully. Will also update the CI buildcache to minimize build
# times in PRs.
#------------------------------------------------------------------------
jobs:
run:
uses: ./.github/workflows/run.yml

0 comments on commit 064a864

Please sign in to comment.