Skip to content

Commit 04caf39

Browse files
committed
Added a schedule for the ci pipeline
1 parent 925a11a commit 04caf39

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/gh-tests-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
pull_request:
77
branches: [ dev ]
8+
schedule:
9+
# Monday to Thursday 1 AM PDT build
10+
- cron: "0 8 * * 1,2,3,4"
811

912
jobs:
1013
build:

0 commit comments

Comments
 (0)