Skip to content

Commit c88f931

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

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/main.yaml

Lines changed: 7 additions & 5 deletions
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:
@@ -85,14 +87,14 @@ jobs:
8587
- name: Check out source code
8688
uses: actions/checkout@v4
8789
with:
88-
fetch-depth: 0
89-
path: chipflow-lib
90+
fetch-depth: 0
91+
path: chipflow-lib
9092
- name: Check out chipflow-examples
9193
uses: actions/checkout@v4
9294
with:
93-
repository: ChipFlow/chipflow-examples
94-
fetch-depth: 0
95-
path: chipflow-examples
95+
repository: ChipFlow/chipflow-examples
96+
fetch-depth: 0
97+
path: chipflow-examples
9698

9799
- name: Set up PDM
98100
uses: pdm-project/setup-pdm@v4

0 commit comments

Comments
 (0)