Skip to content

Commit a413cc8

Browse files
committed
actions: enable shecduling of the action
1 parent 1d7f99a commit a413cc8

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/report.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: Weekly Report
22

33
on:
4-
push
5-
# schedule:
6-
# - cron: '0 0 * * *'
4+
schedule:
5+
- cron: '0 0 * * *'
76

87
jobs:
98
build:
@@ -30,7 +29,6 @@ jobs:
3029
g++-multilib \
3130
dejagnu \
3231
rustc
33-
# curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain=1.72.0;
3432
3533
- name: Generate report
3634
run: |

0 commit comments

Comments
 (0)