Skip to content

Commit 3f810e1

Browse files
Update conan_ci.yml
1 parent e8bf99d commit 3f810e1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conan_ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Conan CI
22

33
on:
4+
schedule:
5+
- cron: '15 21 * * *'
46
push:
57
branches:
68
- main
@@ -21,7 +23,7 @@ jobs:
2123
- name: Set up Python
2224
uses: actions/setup-python@v5
2325
with:
24-
python-version: ${{ env.PYTHON_VERSION }}
26+
python-version: "3.11"
2527

2628
- name: Cache pip
2729
uses: actions/cache@v3

0 commit comments

Comments
 (0)