Skip to content

Commit a2fafdb

Browse files
authored
remove schedule for benchmarks
1 parent 8f8a62b commit a2fafdb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: (Runtime) Build and Test
22
on:
33
workflow_dispatch: {}
4-
schedule:
5-
- cron: 15 */12 * * *
4+
# schedule:
5+
# - cron: 15 */12 * * *
66
permissions: {}
77
concurrency:
88
group: ${{ github.workflow }}-${{ github.ref_name }}-${{ github.event.pull_request.number || github.run_id }}

0 commit comments

Comments
 (0)