Skip to content

Commit

Permalink
CI: add schedules
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVeryDarkness committed Dec 24, 2024
1 parent bb6cf54 commit a63b45d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
schedule:
- cron: "0 0 * * 6" # Run benchmarks every Saturday at midnight.

permissions:
contents: write
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
on: [push]
on:
push:
branches: "*"
schedule:
- cron: "0 0 * * 6" # Run benchmarks every Saturday at midnight.

name: Lint and Test

Expand Down

0 comments on commit a63b45d

Please sign in to comment.