Skip to content

Commit b32dbf8

Browse files
authored
Disable scheduled benchmark runs
1 parent d2b7584 commit b32dbf8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
name: Tests
22
on:
3-
schedule:
3+
# schedule:
4+
# Scheduled runs are disabled, previously we did this:
45
# Runs at 00:00 on Sunday, Tuesday, and Thursday. (see https://crontab.guru)
5-
- cron: "0 0 * * 0,2,4"
6+
# - cron: "0 0 * * 0,2,4"
67
workflow_dispatch:
78
concurrency:
89
# Include `github.event_name` to avoid pushes to `main` and

0 commit comments

Comments
 (0)