Skip to content

Commit 69858fb

Browse files
committed
update comment
1 parent 569863b commit 69858fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/conan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Test conan packages
22

33
on:
4-
# Run weekdays at 11:15pm UTC
4+
# Runs for PRs that directly change conan code, and weekdays at 11:15pm UTC.
5+
# Additional logic in the prepare job below makes it so scheduled builds only run
6+
# on new commits.
57
schedule:
68
- cron: "15 11 * * 1-5"
79
workflow_dispatch:

0 commit comments

Comments
 (0)