Skip to content

Commit fa5b9ce

Browse files
committed
Run full check nightly
1 parent 49594f9 commit fa5b9ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
- main
55
pull_request:
66
merge_group:
7+
schedule:
8+
- cron: '0 0 * * *' # Every day at midnight UTC
79

810
name: CI
911
jobs:
@@ -88,7 +90,7 @@ jobs:
8890
fetch-depth: 0
8991
path: chipflow-lib
9092
- name: Check out chipflow-examples
91-
uses: actions/checkout@v4
93+
uses: actions/checkout@v4
9294
with:
9395
repository: ChipFlow/chipflow-examples
9496
fetch-depth: 0

0 commit comments

Comments
 (0)