Skip to content

Commit

Permalink
run on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole White committed Oct 27, 2023
1 parent 9abd58f commit 0001e57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/jest-replays.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
name: Autoblocks Replays

on: push
on:
push:
schedule:
# Every day at ~7:27am Chicago time.
#
# Using a non-zero minute offset since GitHub Actions suggests
# running jobs at a random minute to avoid overloading their
# servers.
#
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#schedule
- cron: '27 12 * * *'

jobs:
autoblocks-replays:
Expand Down
1 change: 1 addition & 0 deletions JavaScript/jest-replays/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,4 @@ This kind of snapshot / stability testing is important to run over LLM outputs o
### 5. Run the tests in CI

See the [GitHub Action](/.github/workflows/jest-replays.yml) workflow associated with this project. This ensures we run replays on every pull request.
The results of these replays will be under the GitHub tab on the [replays](https://app.autoblocks.ai/replays) page.

0 comments on commit 0001e57

Please sign in to comment.