Skip to content

Commit 263428d

Browse files
authored
Align perf statistics collection schedule with the main build jobset (learning-process#120)
1 parent 39f70e5 commit 263428d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/perf-statistic.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: Collect performance statistic
22

3-
on: [push, pull_request]
4-
5-
# on:
6-
# schedule:
7-
# - cron: '0 12 */2 * *'
3+
on:
4+
push:
5+
pull_request:
6+
schedule:
7+
- cron: '0 12 * * *'
88

99
jobs:
1010
ubuntu-gcc-build:

0 commit comments

Comments
 (0)