We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ce84 commit 1c8bf1fCopy full SHA for 1c8bf1f
.github/workflows/main.yaml
@@ -4,6 +4,8 @@ on:
4
- main
5
pull_request:
6
merge_group:
7
+ schedule:
8
+ - cron: '0 0 * * *' # Every day at midnight UTC
9
10
name: CI
11
jobs:
@@ -85,14 +87,14 @@ jobs:
85
87
- name: Check out source code
86
88
uses: actions/checkout@v4
89
with:
- fetch-depth: 0
- path: chipflow-lib
90
+ fetch-depth: 0
91
+ path: chipflow-lib
92
- name: Check out chipflow-examples
93
94
- repository: ChipFlow/chipflow-examples
95
- path: chipflow-examples
+ repository: ChipFlow/chipflow-examples
96
97
+ path: chipflow-examples
98
99
- name: Set up PDM
100
uses: pdm-project/setup-pdm@v4
0 commit comments