Skip to content

Commit 0838f14

Browse files
authored
Run nightly tests (#87)
1 parent 8932e35 commit 0838f14

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci_tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI
22

3-
# trigger
4-
on: [push, workflow_dispatch]
3+
on:
4+
push:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: '48 4 * * *'
58

69
jobs:
710
build:

0 commit comments

Comments
 (0)