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 569863b commit 69858fbCopy full SHA for 69858fb
.github/workflows/conan.yml
@@ -1,7 +1,9 @@
1
name: Test conan packages
2
3
on:
4
- # Run weekdays at 11:15pm UTC
+ # 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.
7
schedule:
8
- cron: "15 11 * * 1-5"
9
workflow_dispatch:
0 commit comments