Skip to content

Commit cc3d69b

Browse files
committed
Added scheduled CI runs
1 parent 5bcba38 commit cc3d69b

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/example.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "example"
22

33
on:
4+
schedule:
5+
- cron: "0 12 * * 3"
46
pull_request:
57
push:
68
branches:

.github/workflows/package.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: "package"
22

33
on:
4+
schedule:
5+
- cron: "0 12 * * 3"
46
pull_request:
57
push:
68
branches:

0 commit comments

Comments
 (0)