Skip to content

Commit b87a97a

Browse files
committed
Add nightly pipeline
1 parent cdd65f1 commit b87a97a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/check_code.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- opened
1010
- reopened
1111
- synchronize
12+
schedule:
13+
- cron: "0 3 * * *" # time zone is UTC
1214

1315
jobs:
1416
fourc-webviewer-code-check:

.github/workflows/run_testsuite.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ on:
99
- opened
1010
- reopened
1111
- synchronize
12+
schedule:
13+
- cron: "0 3 * * *" # time zone is UTC
1214

1315
jobs:
1416
run_pytest:

0 commit comments

Comments
 (0)