Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: Replaced pr and push triggers for benchmark tests with weekly cron
Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Jul 17, 2024
commit f3d03e34e65d9e33a8c5aef5da94fa1bee1befc8
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-tests.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Benchmark Tests

on:
push:
pull_request:
workflow_dispatch:
schedule:
- cron: '0 10 * * 1'

env:
# Enable versioned runner quiet mode to make CI output easier to read:
Expand Down